beanstalksurf (Jacob Burkhart)
- Login: beanstalksurf
- Email: igotimac@gmail.com
- Registered on: 05/31/2013
- Last sign in: 05/31/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
05/31/2013
-
10:40 AM Ruby Feature #8465: Proc set_binding
- Oops, I meant that last line to say:
#I expect...
foo_putter.set_binding(FooFoo.new.foo_foo_proc.binding)
foo_putter.call("blah")
#to output:
# foo blah
-
10:18 AM Ruby Feature #8465 (Rejected): Proc set_binding
- =begin
(({instance_eval})) is a solution to evaluate a proc in the binding of another object
but it is not a solution for a (({Proc})) that takes arguments
I propose that in order to suppor this use-case we need (({Proc#set_bindin...