Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 3.15.139.248
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby34 /
share /
rubygems /
rubygems /
source /
Delete
Unzip
Name
Size
Permission
Date
Action
git.rb
5.42
KB
-rw-r--r--
2025-03-20 13:38
installed.rb
681
B
-rw-r--r--
2025-03-20 13:38
local.rb
2.77
KB
-rw-r--r--
2025-03-20 13:38
lock.rb
908
B
-rw-r--r--
2025-03-20 13:38
specific_file.rb
1.51
KB
-rw-r--r--
2025-03-20 13:38
vendor.rb
449
B
-rw-r--r--
2025-03-20 13:38
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 end end end