Class: Bindy::Language::LiteralInteger

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

Instance Method Summary collapse

Instance Method Details

#evaluate(context) ⇒ Object



53
54
55
# File 'lib/bindy/language_interpreters.rb', line 53

def evaluate(context)
  text_value.to_i
end