module Gemmy::Patches::IntegerPatch::InstanceMethods::Million

Public Instance Methods

million() click to toggle source

from powerpack

# File lib/gemmy/patches/integer_patch.rb, line 44
def million
  self * Gemmy.const("MILLION")
end