classOf
classOf(g_object) =>u_classObject
Description
Returns the class object of which the given object is an instance.
Arguments
Value Returned
Examples
classOf( 5 )
=> class:fixnum
className( classOf( 5 ))
=> fixnum
Related Topics
Return to top