In Files

  • rdoc/ri/driver.rb

Class/Module Index [+]

Quicksearch

RDoc::RI::Driver::NotFoundError

Raised when a name isn't found in the ri data stores

Public Instance Methods

name() click to toggle source

Name that wasn't found

 
               # File rdoc/ri/driver.rb, line 58
def name
  @klass
end