From: "Wolfgang Nádasi-donner" Date: 2007-08-15T04:19:13+09:00 Subject: Re: Can ri distinguish core methods from 3rd party methods? Eric Hodel wrote: > On Aug 14, 2007, at 10:54, Daniel Berger wrote: >>> from. >> >> That's an excellent point Wolfgang. There ought to be a way within ri >> for a user to distinguish between a core method and a method added on >> by a 3rd party library. I haven't double checked the ri options, but I >> don't think there's a way. > > ri --system > > $ ri Rake::Task -f simple > Class: Rake::Task > [...] > $ ri --system Rake::Task -f simple > Nothing known about Rake::Task It helps in this case, but if some parts of the standard library change core classes, the changes are still listed - example: "ri --system Array" lists yaml stuff. Wolfgang Nádasi-Donner -- Posted via http://www.ruby-forum.com/.