summaryrefslogtreecommitdiff
path: root/lib/prism/translation/ripper/shim.rb
blob: 10e21cd16a213fb6219c35fe0360a7e25f0336f4 (plain)
1
2
3
4
5
# 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