Actions
Bug #11590
closedImprove method debugging
Bug #11590:
Improve method debugging
Description
I forgot to rename a variable that controlled array access inside a method. When I ran the program, Ruby told me that I was not providing enough arguments to the method, instead of saying the variable was not initialized, or something like that. So you can recreate it, here's a sample of code:
Updated by Gip-Gip (Charles Thompson) almost 11 years ago
- Assignee deleted (
Gip-Gip (Charles Thompson))
Updated by nobu (Nobuyoshi Nakada) almost 11 years ago
- Description updated (diff)
- Status changed from Open to Rejected
You used the same name as that method.
Actions