Linux premium82.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
Server IP : 185.61.154.194 & Your IP : 216.73.216.193
Domains :
Cant Read [ /etc/named.conf ]
User : evicodqw
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby34 /
share /
ruby /
prism /
translation /
Delete
Unzip
Name
Size
Permission
Date
Action
parser
[ DIR ]
drwxr-xr-x
2025-06-26 09:03
ripper
[ DIR ]
drwxr-xr-x
2025-06-26 09:03
parser.rb
11.82
KB
-rw-r--r--
2025-05-29 13:39
parser33.rb
242
B
-rw-r--r--
2025-05-29 13:39
parser34.rb
242
B
-rw-r--r--
2025-05-29 13:39
ripper.rb
94.33
KB
-rw-r--r--
2025-05-29 13:39
ruby_parser.rb
49.52
KB
-rw-r--r--
2025-05-29 13:39
Save
Rename
# frozen_string_literal: true 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