Class: Fixnum

Inherits:
Object
  • Object
show all
Defined in:
lib/quick_benchmark/fixnum.rb

Instance Method Summary collapse

Instance Method Details

#hundredObject



3
4
5
# File 'lib/quick_benchmark/fixnum.rb', line 3

def hundred
  self * 100
end