module Gemmy::Patches::IntegerPatch::InstanceMethods::Thousand

Public Instance Methods

thousand() click to toggle source

from powerpack

# File lib/gemmy/patches/integer_patch.rb, line 38
def thousand
  self * Gemmy.const("THOUSAND")
end