Guest User

Untitled

a guest
Nov 19th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. ***Output 4. Run > nesting again***
  2. [4] pry(#<Post>):1> nesting
  3. Nesting status:
  4. --
  5. 0. main (Pry top level)
  6. 1. #<Post>
  7. ***Output 5. self.to_s***
  8. => "#<Post:0x000000036b6108>"
  9. ***Output 6. self.title = 'some new title'***
  10. => "some new title"
  11. ***Output 7 self.body = 'some new body'***
  12. => "some new body"
  13. ***Output 8 self.changes***
  14. => {"title"=>["First Post", "some new title"], "body"=>["This is the first post in our system", "some new body"]}
Add Comment
Please, Sign In to add comment