Class: Babelfish::Phrase::Literal
- Defined in:
- lib/babelfish/phrase/literal.rb
Overview
Babelfish AST Literal node.
Instance Attribute Summary collapse
-
#text ⇒ Object
Returns the value of attribute text.
Method Summary
Methods inherited from Node
Constructor Details
This class inherits a constructor from Babelfish::Phrase::Node
Instance Attribute Details
#text ⇒ Object
Returns the value of attribute text.
9 10 11 |
# File 'lib/babelfish/phrase/literal.rb', line 9 def text @text end |