From: Alex Fortuna Date: 2009-02-19T02:18:13+09:00 Subject: Re: Kernel#blah is documented as Object#blah. Why? Rob, Well, using alternative ri implementations might be a way out. However, for me the point isn't me not being able to find where #send is documented. ri also supports various kinds of listings etc. The point is trying to figure out why certain methods are documented in (supposedly) wrong places, and, if possible, find ways to fix that. That way we'll found a solid base for misc reflection-based doc solutions. I'm currently writing a hack that relies upon reflection to automatically find where the documentation is. For Rails & other gems it works perfectly. For base Ruby -- well, one of the issues is the topic of this post. :) -- Posted via http://www.ruby-forum.com/.