module Gemmy::Patches::IntegerPatch::InstanceMethods::Trillion

Public Instance Methods

trillion() click to toggle source

from powerpack

# File lib/gemmy/patches/integer_patch.rb, line 56
def trillion
  self * Gemmy.const("TRILLION")
end