I'm a rails programmer. And rails always tells me that I've got "NoMethodError". Why don't I get a MethodError? I want a MethodError.
Please help me.
Edit:
Here's my code:
42.this_is_a_method
|
I'm a rails programmer. And rails always tells me that I've got "NoMethodError". Why don't I get a MethodError? I want a MethodError. Please help me. Edit: Here's my code:
|
||||
|
Ruby doesn't have a MethodError. But you can make one!
Now, catch all the NoMethodErrors in this way:
|
|||||||||
|
|
You would be getting a |
|||
|
|
NoMethodErrorwith Rails. – Ryan Bigg Dec 16 '10 at 0:05java.lang.NoSuch.MethodError– Andrew Grimm Dec 16 '10 at 3:15