Module: Gemmy::Patches::IntegerPatch::InstanceMethods::Billion
- Defined in:
- lib/gemmy/patches/integer_patch.rb
Instance Method Summary collapse
-
#billion ⇒ Object
from powerpack.
Instance Method Details
#billion ⇒ Object
from powerpack
50 51 52 |
# File 'lib/gemmy/patches/integer_patch.rb', line 50 def billion self * Gemmy.const("BILLION") end |