Guest User

Untitled

a guest
Feb 19th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. >> def f(&b)
  2. >> pp binding
  3. >> pp b.binding
  4. >> yield
  5. >> end
  6. => nil
  7. >> f { pp binding }
  8. #<Binding:0x10b3f3c>
  9. #<Binding:0x10b3230>
  10. #<Binding:0x10b2510>
  11. => nil
Add Comment
Please, Sign In to add comment