Module: Gemmy::Patches::IntegerPatch::InstanceMethods::Quadrillion

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

Instance Method Summary collapse

Instance Method Details

#quadrillionObject

from powerpack



62
63
64
# File 'lib/gemmy/patches/integer_patch.rb', line 62

def quadrillion
  self * Gemmy.const("QUADRILLION")
end