Module: Gemmy::Patches::IntegerPatch::InstanceMethods::Hundred

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

Instance Method Summary collapse

Instance Method Details

#hundredObject

from powerpack



32
33
34
# File 'lib/gemmy/patches/integer_patch.rb', line 32

def hundred
  self * Gemmy.const("HUNDRED")
end