prefix() Instance Public methods BSTR prefix the prefix for the namespace applying to the node
activate() Instance Public methods
ary.reject {|item| block } â new_aryary.reject â Enumerator Instance Public methods Returns a new array containing the items in self for which the given block is not true. See also #delete_if If no block is given, an Enumerator is returned instead.
disable(idx) Instance Public methods
index(str) Instance Public methods
[]=(key, value) Instance Public methods
d.jd â integer Instance Public methods Returns the Julian day number. This is a whole number, which is adjusted by the offset as the local time. DateTime.new(2001,2,3,4,5,6,'+7').jd #=> 2451944 DateTime.new(2001,2,3,4,5,6,'-7').jd #=> 2451944
abortKernel::abort([msg])Process::abort([msg]) Instance Public methods Terminate execution immediately, effectively by calling Kernel.exit(false). If msg is given, it is written to STDERR prior to terminating.
class.superclass â a_super_class or nil Instance Public methods Returns the superclass of class, or nil. File.superclass #=> IO IO.superclass #=> Object Object.superclass #=> BasicObject class Foo; end class Bar < Foo; end Bar.superclass #=> Foo returns nil when the given class hasn't a parent class: BasicObject.superclass #=> nil
head_with_integer_status() Instance Public methods
Page 156 of 2275