Class: Expgen::Nodes::EscapeCharLiteral
- Defined in:
- lib/expgen/nodes.rb
Instance Attribute Summary
Attributes inherited from Node
Instance Method Summary collapse
Methods inherited from Node
Constructor Details
This class inherits a constructor from Expgen::Nodes::Node
Instance Method Details
#chars ⇒ Object
109 110 111 |
# File 'lib/expgen/nodes.rb', line 109 def chars [ast[:letter].to_s] end |