Exception: RDoc::RI::Driver::NotFoundError

Inherits:
Error show all
Defined in:
lib/rdoc/ri/driver.rb

Overview

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

Instance Method Summary collapse

Instance Method Details

#messageObject

:nodoc:



55
56
57
# File 'lib/rdoc/ri/driver.rb', line 55

def message # :nodoc:
  "Nothing known about #{super}"
end

#nameObject

Name that wasn’t found



53
# File 'lib/rdoc/ri/driver.rb', line 53

alias name message