Flowdock
superclass() public

Returns the superclass of class, or nil.

File.superclass     #=> IO
IO.superclass       #=> Object
Object.superclass   #=> nil
Show source
Register or log in to add new notes.