alexcoplan (Alex Coplan)
- Login: alexcoplan
- Email: lexy0202@gmail.com
- Registered on: 09/12/2012
- Last sign in: 09/12/2012
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
09/12/2012
-
07:47 PM Ruby Bug #7009 (Closed): Crash in method_missing
- =begin
Given the following code:
def method_missing(sym, *args)
foo(sym, *args)
end
bar
When (({bar})) is called, it triggers method_missing (because bar is undefined). Inside method_missing, it calls (({foo})) (another...