Module: NumberDslExt

Defined in:
lib/sugar-high/numeric.rb

Instance Method Summary collapse

Instance Method Details

#hundredObject



17
18
19
# File 'lib/sugar-high/numeric.rb', line 17

def hundred
  self * 100
end

#thousandObject



13
14
15
# File 'lib/sugar-high/numeric.rb', line 13

def thousand
  self * 1000
end