Method: Object#lineage

Defined in:
lib/fOOrth/library/introspection/object.rb

#lineageObject

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