Module: Gemmy::Patches::IntegerPatch::InstanceMethods::Million

Defined in:
lib/gemmy/patches/integer_patch.rb

Instance Method Summary collapse

Instance Method Details

#millionObject

from powerpack



44
45
46
# File 'lib/gemmy/patches/integer_patch.rb', line 44

def million
  self * Gemmy.const("MILLION")
end