Skip to content

Commit 6c10006

Browse files
committed
Nodoc the ripper shim
It appears in documentation on https://docs.ruby-lang.org/ under `Object::Ripper`
1 parent ade5ef2 commit 6c10006

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)