Class: Bindy::Language::LiteralString

Inherits:
Treetop::Runtime::SyntaxNode
  • Object
show all
Defined in:
lib/bindy/language_interpreters.rb

Instance Method Summary collapse

Instance Method Details

#evaluate(context) ⇒ Object



47
48
49
# File 'lib/bindy/language_interpreters.rb', line 47

def evaluate(context)
  value.text_value
end