Module: Gemmy::Patches::IntegerPatch::InstanceMethods::Trillion
- Defined in:
- lib/gemmy/patches/integer_patch.rb
Instance Method Summary collapse
-
#trillion ⇒ Object
from powerpack.
Instance Method Details
#trillion ⇒ Object
from powerpack
56 57 58 |
# File 'lib/gemmy/patches/integer_patch.rb', line 56 def trillion self * Gemmy.const("TRILLION") end |