G
gabriele renzi
Hi gurus and rubys,
I can't remeber if this was discussed in the past,
but I just noticed that it's possible to define
a method with an invalid name bypassing the syntactic
check via define_method, i.e.
=> "happy!"
(works in 1.8, untested on cvs HEAD)
I think this behaviour should be prohibited
(but on the other hand it opens great possibilities
I can't remeber if this was discussed in the past,
but I just noticed that it's possible to define
a method with an invalid name bypassing the syntactic
check via define_method, i.e.
=> "happy!"
(works in 1.8, untested on cvs HEAD)
I think this behaviour should be prohibited
(but on the other hand it opens great possibilities