W
Wolfgang Nádasi-donner
Eric said: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