Class: Spoom::Model::UnresolvedSymbol

Inherits:
Symbol
  • Object
show all
Defined in:
lib/spoom/model/model.rb

Instance Attribute Summary

Attributes inherited from Symbol

#definitions, #full_name

Instance Method Summary collapse

Methods inherited from Symbol

#initialize, #name

Constructor Details

This class inherits a constructor from Spoom::Model::Symbol

Instance Method Details

#to_sObject



46
47
48
# File 'lib/spoom/model/model.rb', line 46

def to_s
  "<#{@full_name}>"
end