subwin

subwin(height, width, top, left) Instance Public methods Contruct a new subwindow with constraints of height lines, width columns, begin at top line, and begin left most column.

+

filter1 + filter2 Instance Public methods Outputs filter1, and then filter2 using Join.new

state_set

state_set(*args) Instance Public methods

join

join(*str) Class Public methods Synopsis URI::join(str[, str, ...]) Args str String(s) to work with Description Joins URIs. Usage require 'uri' p URI.join("http://example.com/","main.rbx") # => #<URI::HTTP:0x2022ac02 URL:http://localhost/main.rbx> p URI.join('http://example.com', 'foo') # => #<URI::HTTP:0x01ab80a0 URL:http://example.com/foo> p URI.join('http://example.com', '/foo', '/bar') # => #<URI::HTTP:0x01aaf0b0 URL:http://example.com/bar>

headers

headers(args = nil) Instance Public methods Allows you to pass random and unusual headers to the new Mail::Message object which will add them to itself. headers['X-Special-Domain-Specific-Header'] = "SecretValue" You can also pass a hash into headers of header field names and values, which will then be set on the Mail::Message object: headers 'X-Special-Domain-Specific-Header' => "SecretValue", 'In-Reply-To' => incoming.message_id The resulting Mail::Message will ha

cellconfiginfo

cellconfiginfo(tagOrId, slot=nil) Instance Public methods Alias for: cell_configinfo

pp

pp(obj, out=$>, width=79) Class Public methods Outputs obj to out in pretty printed format of width columns in width. If out is omitted, +$>+ is assumed. If width is omitted, 79 is assumed. ::pp returns out.

negotiate_mime

negotiate_mime(order) Instance Public methods Receives an array of mimes and return the first user sent mime that matches the order array.

_get_variable2 2

_get_variable2(var, idx, flag) Instance Public methods

package_version

package_version() Class Public methods