Class: Spoom::Model::UnresolvedSymbol
- Defined in:
- lib/spoom/model/model.rb
Instance Attribute Summary
Attributes inherited from Symbol
Instance Method Summary collapse
-
#to_s ⇒ Object
: -> String.
Methods inherited from Symbol
Constructor Details
This class inherits a constructor from Spoom::Model::Symbol
Instance Method Details
#to_s ⇒ Object
: -> String
57 58 59 |
# File 'lib/spoom/model/model.rb', line 57 def to_s "<#{@full_name}>" end |