# 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