init_tags

init_tags() Instance Public methods Sets a flag that is picked up by annotate to do the right thing in convert_string

request_get

request_get(path, initheader = nil) Instance Public methods Sends a GET request to the path. Returns the response as a Net::HTTPResponse object. When called with a block, passes an HTTPResponse object to the block. The body of the response will not have been read yet; the block can process it using Net::HTTPResponse#read_body, if desired. Returns the response. This method never raises Net::* exceptions. response = http.request_get('/index.html') # The entity body is already read in

before

before(target=None) Instance Public methods

-

big - other â Numeric Instance Public methods Subtracts other from big, returning the result.

target_encodings

target_encodings() Instance Public methods

rec

rec(n) Instance Public methods

exec_delete

exec_delete(sql, name, binds) Instance Public methods Also aliased as: exec_update

==

==(p1) Instance Public methods Tests for value equality; returns true if the values are equal. The == and === operators and the eql? method have the same implementation for BigDecimal. Values may be coerced to perform the comparison: ::new('1.0') == 1.0 -> true

start 2

start(account, password) Instance Public methods Starts a POP3 session. When called with block, gives a POP3 object to the block and closes the session after block call finishes. This method raises a POPAuthenticationError if authentication fails.

mutex

mutex() Instance Public methods