Method: IRB::Context#extra_doc_dirs
- Defined in:
- lib/irb/context.rb
#extra_doc_dirs ⇒ Object
Specify the installation locations of the ri file to be displayed in the document dialog.
259 260 261 |
# File 'lib/irb/context.rb', line 259 def extra_doc_dirs @extra_doc_dirs end |