Module: Gemmy::Patches::IntegerPatch::InstanceMethods::Thousand
- Defined in:
- lib/gemmy/patches/integer_patch.rb
Instance Method Summary collapse
-
#thousand ⇒ Object
from powerpack.
Instance Method Details
#thousand ⇒ Object
from powerpack
38 39 40 |
# File 'lib/gemmy/patches/integer_patch.rb', line 38 def thousand self * Gemmy.const("THOUSAND") end |