Class: QStr
Overview
quark strings
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
56 |
# File 'lib/qtypes.rb', line 56 def qtype; :Str end |
#to_s ⇒ Object
52 53 54 |
# File 'lib/qtypes.rb', line 52 def to_s "\"#{@val.to_s}\"" end |