class Fixnum

Public Instance Methods

multiply(i) click to toggle source
# File lib/multiply.rb, line 7
def multiply(i)
  self * i
end