Module: Gemmy::Patches::IntegerPatch::InstanceMethods::Billion

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

Instance Method Summary collapse

Instance Method Details

#billionObject

from powerpack



50
51
52
# File 'lib/gemmy/patches/integer_patch.rb', line 50

def billion
  self * Gemmy.const("BILLION")
end