Submit
Path:
~
/
/
opt
/
alt
/
ruby26
/
lib64
/
ruby
/
2.6.0
/
bundler
/
source
/
File Content:
gemspec.rb
# 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
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
git
---
0755
path
---
0755
rubygems
---
0755
gemspec.rb
286 bytes
0644
git.rb
9918 bytes
0644
metadata.rb
1668 bytes
0644
path.rb
7483 bytes
0644
rubygems.rb
17602 bytes
0644
N4ST4R_ID | Naxtarrr