1.
Class: Object
Object is the parent class of all classes in Ruby. Its methods are therefore available to all objects unless explicitly overridden. ...
2.
Class: Object
For objects of class Object, eql? is synonymous with ==. Subclasses normally continue this tradition, but there are exceptions. Numeric types, for example, ...
3.
Class: Object
ruby-doc.org is hosted and run by James Britt and Rising Tide Software, a Ruby application development company in Phoenix, Arizona. Ruby-doc.org was created ...
4.
Class: Object
module M; end class A include M end class B < A; end class C < B; .... For objects of class Object and others that dont explicitly override the method, ...
5.
Class: Object
The same number will be returned on all calls to id for a given object, ..... The default to_s prints the object‘s class and an encoding of the object id. ...
6.
Class: Object
Object is the parent class of all classes in Ruby. Its methods are therefore available to all objects unless explicitly overridden. ...
7.
Class: Socket
On unix-based based systems if the address family of the calling socket is ...... ruby-doc.org is hosted and maintained by James Britt and Happy Camper ...
8.
Class: Tk::BLT::PlotComponent::Pen
File tk/lib/tkextlib/blt/component.rb, line 751 def initialize(chart, pen=nil, keys={}) if pen.kind_of?(Hash) keys = pen pen = nil end if pen @pen = @id ...
9.
Class: WIN32OLE_VARIANT
obj = WIN32OLE_VARIANT.new(1) # obj.vartype is WIN32OLE::VARIANT::VT_I4 obj.value = 3.2 # 3.2 is changed to 3 when setting value. p obj.value # => 3 ...
10.
Class: Errno::ECONNABORTED
Class, Errno::ECONNABORTED. In: lib/webrick/compat.rb. Parent: SystemCallError · [Validate] · ruby-doc.org is a community service provided by James Britt ...