Class: PROIEL::TreebankObject Abstract
- Inherits:
-
Object
- Object
- PROIEL::TreebankObject
- Defined in:
- lib/proiel/treebank_object.rb
Overview
This class is abstract.
An object in a treebank.
Instance Method Summary collapse
-
#inspect ⇒ String
Returns a string containing a human-readable representation of the object.
Instance Method Details
#inspect ⇒ String
Returns a string containing a human-readable representation of the object.
This implementation provides only minimal information about the object and prevents (potentially infinite) recursion into the object tree.
17 18 19 |
# File 'lib/proiel/treebank_object.rb', line 17 def inspect "#<#{self.class} @id=#{id.inspect}>" end |