Class: QSym

Inherits:
QVal show all
Defined in:
lib/qtypes.rb

Overview

quark symbols

Instance Attribute Summary

Attributes inherited from QVal

#val

Instance Method Summary collapse

Methods inherited from QVal

#==, #initialize

Constructor Details

This class inherits a constructor from QVal

Instance Method Details

#qtypeObject



46
# File 'lib/qtypes.rb', line 46

def qtype; :Sym end

#to_sObject



42
43
44
# File 'lib/qtypes.rb', line 42

def to_s
  ":#{@val.to_s}"
end