Submit
Path:
~
/
/
proc
/
self
/
root
/
proc
/
self
/
root
/
opt
/
alt
/
ruby33
/
share
/
gems
/
gems
/
bundler-2.5.22
/
lib
/
bundler
/
resolver
/
File Content:
root.rb
# frozen_string_literal: true require_relative "package" module Bundler class Resolver # # Represents the Gemfile from the resolver's perspective. It's the root # package and Gemfile entries depend on it. # class Root < Package def initialize(name) @name = name end def meta? true end def root? true end end end end
Submit
FILE
FOLDER
Name
Size
Permission
Action
base.rb
2712 bytes
0644
candidate.rb
1991 bytes
0644
incompatibility.rb
402 bytes
0644
package.rb
2201 bytes
0644
root.rb
408 bytes
0644
spec_group.rb
2075 bytes
0644
N4ST4R_ID | Naxtarrr