From: dblack@... Date: 2007-01-23T10:04:06+09:00 Subject: Re: Minor Change Proposal for Classes 'Object' and 'Method' Hi -- On Tue, 23 Jan 2007, Yukihiro Matsumoto wrote: > |I've also started thinking about the idea of a MethodData class... but > |it's pretty unformulated. > > Hmm, I am looking forward. I can give you the very basic idea (and that will save me some further trouble if you don't like it :-) str = "abc" md = str.method_data(:split) => MatchData object md.method => Method object md.receiver => str md.method_name => "split" etc. -- something like that. David -- Q. What is THE Ruby book for Rails developers? A. RUBY FOR RAILS by David A. Black (http://www.manning.com/black) (See what readers are saying! http://www.rubypal.com/r4rrevs.pdf) Q. Where can I get Ruby/Rails on-site training, consulting, coaching? A. Ruby Power and Light, LLC (http://www.rubypal.com)