id2obj(tree, id) Class Public methods
Readline.emacs_editing_mode? â bool Class Public methods Returns true if emacs mode is active. Returns false if not. Raises NotImplementedError if the using readline library does not support. Raises SecurityError exception if $SAFE is 4.
second(*args) Instance Public methods Same as first except returns only the second record.
nodeTypedValue() Instance Public methods VARIANT nodeTypedValue get the strongly typed value of the node
destroy() Instance Public methods
set_value_type(val) Instance Public methods Also aliased as: value_type=
ago(seconds) Instance Public methods Converts Date to a Time (or DateTime if necessary) with the time portion set to the beginning of the day (0:00) and then subtracts the specified number of seconds.
rake_system(*cmd) Class Public methods Run a command line on windows.
parse_attr(context, single, tk, comment) Instance Public methods Creates an RDoc::Attr for the name following tk, setting the comment to comment.
int.round([ndigits]) â integer or float Instance Public methods Rounds flt to a given precision in decimal digits (default 0 digits). Precision may be negative. Returns a floating point number when ndigits is positive, self for zero, and round down for negative. 1.round #=> 1 1.round(2) #=> 1.0 15.round(-1) #=> 20
Page 252 of 2275