Class: QSym
Overview
quark symbols
Instance Attribute Summary
Attributes inherited from QVal
Instance Method Summary collapse
Methods inherited from QVal
Constructor Details
This class inherits a constructor from QVal
Instance Method Details
#qtype ⇒ Object
46 |
# File 'lib/qtypes.rb', line 46 def qtype; :Sym end |
#to_s ⇒ Object
42 43 44 |
# File 'lib/qtypes.rb', line 42 def to_s ":#{@val.to_s}" end |