Module: Gemmy::Patches::IntegerPatch::InstanceMethods::Trillion

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

Instance Method Summary collapse

Instance Method Details

#trillionObject

from powerpack



56
57
58
# File 'lib/gemmy/patches/integer_patch.rb', line 56

def trillion
  self * Gemmy.const("TRILLION")
end