Class: Bindy::Language::LiteralFloat

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

Instance Method Summary collapse

Instance Method Details

#evaluate(context) ⇒ Object



59
60
61
# File 'lib/bindy/language_interpreters.rb', line 59

def evaluate(context)
  text_value.to_f
end