17 18 19
# File 'lib/sugar-high/numeric.rb', line 17 def hundred self * 100 end
13 14 15
# File 'lib/sugar-high/numeric.rb', line 13 def thousand self * 1000 end