We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9866755 commit 23e61a2Copy full SHA for 23e61a2
lib/rdoc/ri/driver.rb
@@ -14,10 +14,8 @@
14
15
require_relative '../../rdoc'
16
17
-##
18
-# For RubyGems backwards compatibility
19
-
20
-require_relative 'formatter'
+require_relative 'formatter' # For RubyGems backwards compatibility
+# TODO: Fix wierd documentation with `require_relative`
21
22
##
23
# The RI driver implements the command-line ri tool.
lib/rdoc/task.rb
@@ -323,7 +323,7 @@ module Rake
323
324
# For backwards compatibility
325
326
- RDocTask = RDoc::Task
+ RDocTask = RDoc::Task # :nodoc:
327
328
end
329
# :startdoc:
0 commit comments