No, I mean where to submit that change, having made it. Although I suppose if you go ahead and submit it, you get all the glory (Ruby contributor! wow! that must look good on a resume). I mean it is a pretty obvious change. String#include? doesn't bother me for some reason. I don't know why. On 11/22/06, Gabriele Marrone <gabriele.marrone / gmail.com> wrote: > > On 22/nov/06, at 23:28, Giles Bowkett wrote: > > > I just HATE writing "is_a? Array" because it's grammatically > > incorrect. > > What about String#include? isntead of includes? :P > > > I realize this is incredibly silly and anal, but the thing is, all you > > have to do is one simple alias command and you're good to go. > > > > so -- how do I contribute to Ruby itself? > > Do you mean how to add functionalities to core classes? > > class Object > alias :is_an? :is_a? > end > > "is_an?" is now an alias to "is_a?" > > -- > Gabriele Marrone > > > > -- Giles Bowkett http://www.gilesgoatboy.org