Class: WebRI::ClassEntry
Instance Attribute Summary
Attributes inherited from Entry
Class Method Summary collapse
-
.choice(name, path) ⇒ Object
Return a choice for a path.
Methods inherited from Entry
choices, full_name_for_choice, #initialize, uri
Constructor Details
This class inherits a constructor from WebRI::Entry
Class Method Details
.choice(name, path) ⇒ Object
Return a choice for a path.
282 283 284 |
# File 'lib/webri.rb', line 282 def self.choice(name, path) "#{name} (#{path})" end |