From: rretzbach Date: 2007-04-13T17:55:19+09:00 Subject: Re: Adding MatchData#groups to Ruby 1.9 (svn) with Oniguruma 4.4.5 On 13 Apr., 03:33, Nobuyoshi Nakada wrote: > Hi, > > At Fri, 13 Apr 2007 06:15:10 +0900, > rretzbach wrote in [ruby-talk:247724]: > > > Now I have some questions to this extension? Is this the right place > > for such a proposal? > > ruby-core ML would be a better place. > > > Should the method groups belong rather to Regexp? > > +1 > > > Any other idea to improve this? > > It feels nice if MatchData has a method returns the Hash-like > MatchData. Although I don't have an idea for the name. > > -- > Nobu Nakada MatchData#to_h maybe ;) If this thread drows here I will post it in ruby core again. Thanks for your comment.