disable(idx) Instance Public methods
index(str) Instance Public methods
[]=(key, value) Instance Public methods
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.
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
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
telnetmode=(mode) Instance Public methods Turn telnet command interpretation on (true) or off (false). It should be on for true telnet sessions, off if using Net::Telnet to connect to a non-telnet service such as SMTP.
new(options) Class Public methods
wm_resizable(*args) Instance Public methods Alias for: resizable
Page 156 of 2275