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