Skip to content

Commit 08fd1d5

Browse files
authored
Merge pull request #4052 from Earlopain/nodoc-ripper-shim
2 parents ade5ef2 + 6c10006 commit 08fd1d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/prism/translation/ripper

lib/prism/translation/ripper/shim.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
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
5+
Ripper = Prism::Translation::Ripper # :nodoc:

0 commit comments

Comments
 (0)