class Numeric

Public Instance Methods

to_pretty_s() click to toggle source
# File lib/lowline.rb, line 5
def to_pretty_s
  %w(zero one two three four five six seven eight nine ten)[self] || to_s
end