module Gemmy::Patches::IntegerPatch::InstanceMethods::Hundred

Public Instance Methods

hundred() click to toggle source

from powerpack

# File lib/gemmy/patches/integer_patch.rb, line 32
def hundred
  self * Gemmy.const("HUNDRED")
end