opt
/
alt
/
ruby26
/
lib64
/
ruby
/
2.6.0
/
bundler
/
source
/
Go to Home Directory
+
Upload
Create File
root@0UT1S:~$
Execute
By Order of Mr.0UT1S
[DIR] ..
N/A
[DIR] git
N/A
[DIR] path
N/A
[DIR] rubygems
N/A
gemspec.rb
286 bytes
Rename
Delete
git.rb
9.69 KB
Rename
Delete
metadata.rb
1.63 KB
Rename
Delete
path.rb
7.31 KB
Rename
Delete
rubygems.rb
17.19 KB
Rename
Delete
# frozen_string_literal: true module Bundler class Source class Gemspec < Path attr_reader :gemspec def initialize(options) super @gemspec = options["gemspec"] end def as_path_source Path.new(options) end end end end
Save