Class RDoc::RI::ClassEntry
In: lib/rdoc/ri/cache.rb
Parent: Object

Methods

Attributes

name  [R] 
path_names  [R] 

Public Class methods

Public Instance methods

We found this class in more tha one place, so add in the name from there.

Return a list of all out method names

Return an exact match to a particular name

Return a list of any classes or modules that we contain that match a given string

Return our full name

read in our methods and any classes and modules in our namespace. Methods are stored in files called name-c|i.yaml, where the ‘name’ portion is the external form of the method name and the c|i is a class|instance flag

return the list of local methods matching name We‘re split into two because we need distinct behavior when called from the toplevel

Find methods matching ‘name’ in ourselves and in any classes we contain

[Validate]

ruby-doc.org is a community service provided by Happy Camper Studios, a Phoenix, Arizona, Ruby application development company.

Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.

For more information on the Ruby programming language, visit ruby-lang.org.

Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.