module Gemmy::Patches::IntegerPatch::InstanceMethods::Billion
Public Instance Methods
billion()
click to toggle source
from powerpack
# File lib/gemmy/patches/integer_patch.rb, line 50 def billion self * Gemmy.const("BILLION") end