class ERLE::Integer

Public Instance Methods

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