lookup_ring

lookup_ring(timeout=5, &block) Instance Public methods Looks up RingServers waiting timeout seconds. RingServers will be given block as a callback, which will be called with the remote TupleSpace.

encoding

obj.encoding â encoding Instance Public methods Returns the Encoding object that represents the encoding of obj.

new

new(*args, &b) Class Public methods

clear_exclude

clear_exclude() Instance Public methods Clear all the exclude patterns so that we exclude nothing.

replace_coords

replace_coords(first, last, str_or_coords) Instance Public methods Alias for: rchars

deactivate

deactivate() Instance Public methods

marker_before

marker_before(id, target=None) Instance Public methods

inspect

stat.inspect â string Instance Public methods Override the inspection method. system("false") p $?.inspect #=> "#<Process::Status: pid 12861 exit 1>"

fetch

fetch(set, attr) Instance Public methods Sends a FETCH command to retrieve data associated with a message in the mailbox. The set parameter is a number or an array of numbers or a Range object. The number is a message sequence number. attr is a list of attributes to fetch; see the documentation for Net::IMAP::FetchData for a list of valid attributes. The return value is an array of Net::IMAP::FetchData. For example: p imap.fetch(6..8, "UID") #=> [#<Net::IMAP::FetchData seqno

label

label(object_name, method, content_or_options = nil, options = nil, &block) Instance Public methods Returns a label tag tailored for labelling an input field for a specified attribute (identified by method) on an object assigned to the template (identified by object). The text of label will default to the attribute name unless a translation is found in the current I18n locale (through helpers.label.<modelname>.<attribute>) or you specify it explicitly. Additional op