Guest User

Untitled

a guest
Feb 19th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. > ctx = lambda {a = 1, b =2}.binding
  2. => #<Binding:0x103168858>
  3. > eval("a", ctx)
  4. NameError: undefined local variable or method `a' for main:Object
  5. from /Users/miky/.irbrc:187:in `method_missing'
  6. from (irb):6
  7. from (irb):6
Add Comment
Please, Sign In to add comment