Guest User

Untitled

a guest
Jan 23rd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. [4] pry(#<Post>):1> nesting
  2. Nesting status:
  3. --
  4. 0. main (Pry top level)
  5. 1. #<Post>
  6. [5] pry(#<Post>):1> self.to_s
  7. => "#<Post:0x00000003e28738>"
  8. [6] pry(#<Post>):1> self.title = 'some new title'
  9. => "some new title"
  10. [7] pry(#<Post>):1> self.body = 'some new body'
  11. => "some new body"
  12. [8] pry(#<Post>):1> self.changes
  13. => {"title"=>["Hbievtn prdl wfaur tngmuoav.", "some new title"],
  14. "body"=>
  15. ["Wbqgaezc kayd olhyin owseig. Xdsjaolt gsh ezrmpo pqnhor ljdmr xvyhl. Qawmkhn vhoxzya nojmr usw fgy qufbx dxmr. Cnagesok iljgyo hridv injz kzfwjc fdm. Gqld qvwiyrz kfeyvlc nhrqdp. Mxyznevc afrnope aoid oiafcly avmdwp.",
  16. "some new body"]}
Add Comment
Please, Sign In to add comment