module Teacher::Number
Public Instance Methods
eval(scope)
click to toggle source
# File lib/teacher/nodes.rb, line 9 def eval(scope); text_value.to_f; end
# File lib/teacher/nodes.rb, line 9 def eval(scope); text_value.to_f; end