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