ledbettj (John Ledbetter)
- Login: ledbettj
- Registered on: 02/04/2014
- Last sign in: 09/18/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
07/02/2014
-
06:33 PM Ruby Bug #10006 (Rejected): instance_exec uses incorrect binding with curried proc
- After using `Proc#curry`, `instanve_eval`/`instance_exec` does not seem to work:
~~~ruby
class Test
def test_func
140
end
end # => :test_func
p = ->(x, y) { x + y + test_func } # => #<Proc:0x007fd23b12bc80@(irb):6 (l...