PHP 8.2.31
Preview: root.rb Size: 408 B
/proc/thread-self/root/opt/alt/ruby40/share/gems/gems/bundler-4.0.10/lib/bundler/resolver/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

Directory Contents

Dirs: 0 × Files: 7

Name Size Perms Modified Actions
2.78 KB lrw-r--r-- 2026-05-21 12:15:22
Edit Download
2.18 KB lrw-r--r-- 2026-05-21 12:15:22
Edit Download
402 B lrw-r--r-- 2026-05-21 12:15:22
Edit Download
2.40 KB lrw-r--r-- 2026-05-21 12:15:22
Edit Download
408 B lrw-r--r-- 2026-05-21 12:15:22
Edit Download
1.46 KB lrw-r--r-- 2026-05-21 12:15:22
Edit Download
1.16 KB lrw-r--r-- 2026-05-21 12:15:22
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).