class Numeric
Public Instance Methods
commify()
click to toggle source
# File lib/ext/commify.rb, line 2 def commify to_s.commify end
one?()
click to toggle source
# File lib/ext/numeric.rb, line 2 def one? self == 1 end