__current_itemconfiginfo

__current_itemconfiginfo(tagOrId, slot = nil) Instance Public methods Alias for: current_itemconfiginfo

collect_concat

lazy.flat_map { |obj| block } â a_lazy_enumerator Instance Public methods Returns a new lazy enumerator with the concatenated results of running block once for every element in lazy. ["foo", "bar"].lazy.flat_map {|i| i.each_char.lazy}.force #=> ["f", "o", "o", "b", "a", "r"] A value x returned by block is decomposed if either of the following conditions is true: a) <i>x</i> responds to both each and force, which means that <i>x</i> is a lazy en

execute

execute() Instance Public methods

new

new(irb, workspace = nil, input_method = nil, output_method = nil) Class Public methods Creates a new IRB context. The optional input_method argument: nil uses stdin or Readline String uses a File other uses this as InputMethod

assert_no_file

assert_no_file(relative) Instance Public methods Asserts a given file does not exist. You need to supply an absolute path or a path relative to the configured destination: assert_no_file "config/random.rb" assert_no_directory

nearestcell

nearestcell(x, y) Instance Public methods Alias for: nearest_cell

ret_val

ret_val(val) Class Public methods

text_get

text_get(x, y) Instance Public methods

iso8601

Date.iso8601(string='-4712-01-01'[, start=ITALY]) â date Class Public methods Creates a new Date object by parsing from a string according to some typical ISO 8601 formats. Date.iso8601('2001-02-03') #=> #<Date: 2001-02-03 ...> Date.iso8601('20010203') #=> #<Date: 2001-02-03 ...> Date.iso8601('2001-W05-6') #=> #<Date: 2001-02-03 ...>

restore

restore(source, proc = nil, options = {}) Class Public methods Alias for: load