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