Guest User

Untitled

a guest
Oct 17th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. class User
  2. def first_name
  3. @first_name
  4. end
  5.  
  6. def name
  7. @first_name = "Joe"
  8. first_name
  9. end
  10. end
Add Comment
Please, Sign In to add comment