class Bindy::Language::LiteralFloat
Public Instance Methods
evaluate(context)
click to toggle source
# File lib/bindy/language_interpreters.rb, line 65 def evaluate(context) text_value.to_f end
# File lib/bindy/language_interpreters.rb, line 65 def evaluate(context) text_value.to_f end