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.
2 parents 20211c5 + 390b13b commit 35d8f75Copy full SHA for 35d8f75
1 file changed
lib/prism/translation/ripper/shim.rb
@@ -2,4 +2,6 @@
2
3
# This writes the prism ripper translation into the Ripper constant so that
4
# users can transparently use Ripper without any changes.
5
-Ripper = Prism::Translation::Ripper # :nodoc:
+# :stopdoc:
6
+Ripper = Prism::Translation::Ripper
7
+# :startdoc:
0 commit comments