// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
ruby34
/
share
/
ruby
/
prism
/
translation
/
ripper
[ PARENT ]
EDIT :: shim.rb
# frozen_string_literal: true # This writes the prism ripper translation into the Ripper constant so that # users can transparently use Ripper without any changes. Ripper = Prism::Translation::Ripper
SAVE
CANCEL