Module: Gemmy::Patches::IntegerPatch::InstanceMethods::Thousand

Defined in:
lib/gemmy/patches/integer_patch.rb

Instance Method Summary collapse

Instance Method Details

#thousandObject

from powerpack



38
39
40
# File 'lib/gemmy/patches/integer_patch.rb', line 38

def thousand
  self * Gemmy.const("THOUSAND")
end