Module: Gemmy::Patches::IntegerPatch::InstanceMethods::Hundred
- Defined in:
- lib/gemmy/patches/integer_patch.rb
Instance Method Summary collapse
-
#hundred ⇒ Object
from powerpack.
Instance Method Details
#hundred ⇒ Object
from powerpack
32 33 34 |
# File 'lib/gemmy/patches/integer_patch.rb', line 32 def hundred self * Gemmy.const("HUNDRED") end |