current_configinfo

current_configinfo(key=nil) Instance Public methods

new

Net::IMAP.new(host, options = {}) Class Public methods Creates a new Net::IMAP object and connects it to the specified host. options is an option hash, each key of which is a symbol. The available options are: port port number (default value is 143 for imap, or 993 for imaps) ssl if options is true, then an attempt will be made to use SSL (now TLS) to connect to the server. For this to work OpenSSL [OSSL] and the Ruby OpenSSL [RSSL] extensions need to be installed. if option

doctor

doctor() Instance Public methods

call

cont.call(args, ...) Instance Public methods Invokes the continuation. The program continues from the end of the callcc block. If no arguments are given, the original callcc returns nil. If one argument is given, callcc returns it. Otherwise, an array containing args is returned. callcc {|cont| cont.call } #=> nil callcc {|cont| cont.call 1 } #=> 1 callcc {|cont| cont.call 1, 2, 3 } #=> [1, 2, 3]

text_area_tag

text_area_tag(name, content = nil, options = {}) Instance Public methods Creates a text input area; use a textarea for longer text inputs such as blog posts or descriptions. Options :size - A string specifying the dimensions (columns by rows) of the textarea (e.g., â25x10â). :rows - Specify the number of rows in the textarea :cols - Specify the number of columns in the textarea :disabled - If set to true, the user will not be able to use this input. :escape - By default, t

marker_bind_remove

marker_bind_remove(tag, context) Instance Public methods

latin_metrics

latin_metrics(option=nil) Instance Public methods Also aliased as: ascii_metrics

delete

delete(index, last=None) Instance Public methods

attributes

attributes() Instance Public methods IXMLDOMNamedNodeMap attributes the collection of the node's attributes

install

install() Instance Public methods Installs the gem and returns a loaded Gem::Specification for the installed gem. The gem will be installed with the following structure: @gem_home/ cache/<gem-version>.gem #=> a cached copy of the installed gem gems/<gem-version>/... #=> extracted files specifications/<gem-version>.gemspec #=> the Gem::Specification