class Numeric

Public Instance Methods

numeric?() click to toggle source
# File lib/numeric.rb, line 58
def numeric?
  true
end