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 4c26e47 commit 0217504Copy full SHA for 0217504
lib/rdoc/markup/verbatim.rb
@@ -49,6 +49,7 @@ def normalize
49
# Is this verbatim section ruby code?
50
51
def ruby?
52
+ @format ||= nil # TODO for older ri data, switch the tree to marshal_dump
53
@format == :ruby
54
end
55
lib/rdoc/rdoc.rb
@@ -26,6 +26,8 @@
26
27
class RDoc::RDoc
28
29
+ @current = nil
30
+
31
##
32
# This is the list of supported output generators
33
0 commit comments