module NumberDslExt
Public Instance Methods
hundred()
click to toggle source
# File lib/sugar-high/numeric.rb, line 17 def hundred self * 100 end
thousand()
click to toggle source
# File lib/sugar-high/numeric.rb, line 13 def thousand self * 1000 end