Class: Expgen::Nodes::CodePointUnicode
- 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
127 128 129 |
# File 'lib/expgen/nodes.rb', line 127 def chars [ast[:code].to_s.to_i(16).chr("UTF-8")] end |