id(win) Class Public methods
master?() Class Public methods
irb(file = nil, *main) Class Public methods Creates a new IRB session, see IRB::Irb.new. The optional file argument is given to IRB::Context.new, along with the workspace created with the remaining arguments, see IRB::WorkSpace.new
starttls(options = {}, verify = true) Instance Public methods Sends a STARTTLS command to start TLS session.
map() Instance Public methods Alias for: collect
textInsert(w, string) Instance Public methods
to_s() Instance Public methods
dt.iso8601([n=0]) â stringdt.xmlschema([n=0]) â string Instance Public methods This method is equivalent to strftime('%FT%T'). The optional argument n is length of fractional seconds. DateTime.parse('2001-02-03T04:05:06.123456789+07:00').iso8601(9) #=> "2001-02-03T04:05:06.123456789+07:00"
dbm.select {|key, value| block} â array Instance Public methods Returns a new array consisting of the [key, value] pairs for which the code block returns true.
required_uri() Class Public methods
Page 2147 of 2275