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
ret_val(val) Class Public methods
nearestcell(x, y) Instance Public methods Alias for: nearest_cell
text_get(x, y) Instance Public methods
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(source, proc = nil, options = {}) Class Public methods Alias for: load
getaddress(name) Class Public methods Looks up the first IP address for name.
elements_to_i() Instance Public methods
remove_unparseable(files) Instance Public methods Removes file extensions known to be unparseable from files and TAGS files for emacs and vim.
instruction(name, instruction) Instance Public methods Called when an instruction is encountered. EG: <?xsl sheet='foo'?> @p name the instruction name; in the example, âxslâ @p instruction the rest of the instruction. In the example, âsheet='foo'â
Page 425 of 2275