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:



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

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

#nameObject

Name that wasn’t found



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

alias name message