Method: Object#lineage
- Defined in:
- lib/fOOrth/library/introspection/object.rb
#lineage ⇒ Object
Get the lineage of this object.
48 49 50 |
# File 'lib/fOOrth/library/introspection/object.rb', line 48 def lineage foorth_name + " < " + self.class.lineage end |