class ERLE::Float

Public Instance Methods

to_ruby() click to toggle source
# File lib/erle/elements/numbers.rb, line 10
def to_ruby
  @output ||= @input.to_f
end