Skip to content

Commit

Permalink
Move Prism::RipperCompat to Prism::Translation::Ripper
Browse files Browse the repository at this point in the history
  • Loading branch information
noahgibbs committed Feb 12, 2024
1 parent 092eee3 commit c0331ab
Show file tree
Hide file tree
Showing 6 changed files with 583 additions and 581 deletions.
1 change: 0 additions & 1 deletion lib/prism.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ module Prism
autoload :LexRipper, "prism/lex_compat"
autoload :MutationCompiler, "prism/mutation_compiler"
autoload :NodeInspector, "prism/node_inspector"
autoload :RipperCompat, "prism/ripper_compat"
autoload :Pack, "prism/pack"
autoload :Pattern, "prism/pattern"
autoload :Serialize, "prism/serialize"
Expand Down
Loading

0 comments on commit c0331ab

Please sign in to comment.