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 fde99f1 commit f1c0b6dCopy full SHA for f1c0b6d
lib/rdoc/parser/ruby.rb
@@ -11,6 +11,9 @@
11
if ENV['RDOC_USE_PRISM_PARSER']
12
require 'rdoc/parser/prism_ruby'
13
RDoc::Parser.const_set(:Ruby, RDoc::Parser::PrismRuby)
14
+ puts "========================================================================="
15
+ puts "RDoc is using the experimental Prism parser to generate the documentation"
16
17
return
18
end
19
0 commit comments