class Integer

Public Instance Methods

finite?() click to toggle source
# File lib/mipper/util.rb, line 2
def finite?
  true
end