class Fixnum

Public Instance Methods

hundred() click to toggle source
# File lib/quick_benchmark/fixnum.rb, line 3
def hundred
  self * 100
end