Guest User

Untitled

a guest
Mar 22nd, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. [4] pry(nil):1> nesting
  2. Nesting status:
  3. --
  4. 0. main (Pry top level)
  5. 1. nil
  6. [5] pry(nil):1> self.to_s
  7. => ""
  8. [6] pry(nil):1> self.title = 'some new title'
  9. NoMethodError: undefined method `title=' for nil:NilClass
  10. from (pry):3:in `__pry__'
  11. [7] pry(nil):1> self.body = 'some new body'
  12. NoMethodError: undefined method `body=' for nil:NilClass
  13. from (pry):4:in `__pry__'
  14. [8] pry(nil):1> self.changes
  15. NoMethodError: undefined method `changes' for nil:NilClass
  16. from (pry):5:in `__pry__'
Add Comment
Please, Sign In to add comment