yeyicheng

Untitled

Apr 13th, 2012
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. class Animal
  2.   def initialize(name, food)
  3.     @name = name
  4.     @food = food
  5.   end
  6. end
Advertisement
Add Comment
Please, Sign In to add comment