class Hamster

Public Class Methods

eat(foodstuff) click to toggle source
# File lib/testgem-hamster.rb, line 2
def self.eat(foodstuff)
   puts "hamster ate #{foodstuff}" 
end