Class: Bindy::Language::LiteralString
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- Bindy::Language::LiteralString
- Defined in:
- lib/bindy/language_interpreters.rb
Instance Method Summary collapse
Instance Method Details
#evaluate(context) ⇒ Object
41 42 43 |
# File 'lib/bindy/language_interpreters.rb', line 41 def evaluate(context) text_value end |