Skip to content

Commit 35d8f75

Browse files
authored
Merge pull request #4092 from ybiquitous/fix-disabling-doc-for-ripper-shim
Fix missing Ripper doc caused by shim with `:nodoc:`
2 parents 20211c5 + 390b13b commit 35d8f75

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • lib/prism/translation/ripper

lib/prism/translation/ripper/shim.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
# This writes the prism ripper translation into the Ripper constant so that
44
# users can transparently use Ripper without any changes.
5-
Ripper = Prism::Translation::Ripper # :nodoc:
5+
# :stopdoc:
6+
Ripper = Prism::Translation::Ripper
7+
# :startdoc:

0 commit comments

Comments
 (0)