Guest User

Untitled

a guest
May 22nd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. class Cheff
  2. attr_reader :name, :restaurant
  3.  
  4. def initialize(name, restaurant)
  5. @name, @restaurant = name, restaurant
  6. end
  7. end
Add Comment
Please, Sign In to add comment