📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-26 21:51:17
📂
/ (Root)
/
opt
/
alt
/
ruby34
/
share
/
ruby
/
prism
/
translation
📍 /opt/alt/ruby34/share/ruby/prism/translation
🔄 Refresh
✏️
Editing: parser33.rb
Read Only
# frozen_string_literal: true # :markup: markdown module Prism module Translation # This class is the entry-point for Ruby 3.3 of `Prism::Translation::Parser`. class Parser33 < Parser def version # :nodoc: 33 end end end end
💾 Save Changes
❌ Cancel