class Numeric

Public Instance Methods

to_a() click to toggle source
# File lib/other.rb, line 173
def to_a
  [ self ]
end
to_or() click to toggle source
# File lib/other.rb, line 168
def to_or
# "#{self.to_s}"
              self
end