Guest User

Untitled

a guest
Jul 23rd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. >> foo = "hi"
  2. => "hi"
  3. >> def foo.happy
  4. >> self + "!"
  5. >> end
  6. => nil
  7. >> foo.happy
  8. => "hi!"
Add Comment
Please, Sign In to add comment