PHP 8.2.31
Preview: set.rb Size: 1.24 KB
//proc/thread-self/root/opt/alt/ruby26/lib64/ruby/2.6.0/rubygems/resolver/set.rb

# frozen_string_literal: true
##
# Resolver sets are used to look up specifications (and their
# dependencies) used in resolution.  This set is abstract.

class Gem::Resolver::Set

  ##
  # Set to true to disable network access for this set

  attr_accessor :remote

  ##
  # Errors encountered when resolving gems

  attr_accessor :errors

  ##
  # When true, allows matching of requests to prerelease gems.

  attr_accessor :prerelease

  def initialize # :nodoc:
    require 'uri'
    @prerelease = false
    @remote     = true
    @errors     = []
  end

  ##
  # The find_all method must be implemented.  It returns all Resolver
  # Specification objects matching the given DependencyRequest +req+.

  def find_all(req)
    raise NotImplementedError
  end

  ##
  # The #prefetch method may be overridden, but this is not necessary.  This
  # default implementation does nothing, which is suitable for sets where
  # looking up a specification is cheap (such as installed gems).
  #
  # When overridden, the #prefetch method should look up specifications
  # matching +reqs+.

  def prefetch(reqs)
  end

  ##
  # When true, this set is allowed to access the network when looking up
  # specifications or dependencies.

  def remote? # :nodoc:
    @remote
  end

end

Directory Contents

Dirs: 1 × Files: 26

Name Size Perms Modified Actions
molinillo DIR
- drwxr-xr-x 2024-03-03 22:47:39
Edit Download
3.73 KB lrw-r--r-- 2022-04-12 11:50:11
Edit Download
2.46 KB lrw-r--r-- 2022-04-12 11:50:11
Edit Download
2.19 KB lrw-r--r-- 2022-04-12 11:50:11
Edit Download
1.61 KB lrw-r--r-- 2022-04-12 11:50:11
Edit Download
1.19 KB lrw-r--r-- 2022-04-12 11:50:11
Edit Download
3.35 KB lrw-r--r-- 2022-04-12 11:50:11
Edit Download
282 B lrw-r--r-- 2022-04-12 11:50:11
Edit Download
2.29 KB lrw-r--r-- 2022-04-12 11:50:11
Edit Download
2.88 KB lrw-r--r-- 2022-04-12 11:50:11
Edit Download
1.27 KB lrw-r--r-- 2022-04-12 11:50:11
Edit Download
1.41 KB lrw-r--r-- 2022-04-12 11:50:11
Edit Download
1.48 KB lrw-r--r-- 2022-04-12 11:50:11
Edit Download
1.22 KB lrw-r--r-- 2022-04-12 11:50:11
Edit Download
5.02 KB lrw-r--r-- 2022-04-12 11:50:11
Edit Download
807 B lrw-r--r-- 2022-04-12 11:50:11
Edit Download
1.67 KB lrw-r--r-- 2022-04-12 11:50:11
Edit Download
1.81 KB lrw-r--r-- 2022-04-12 11:50:11
Edit Download
82 B lrw-r--r-- 2022-04-12 11:50:11
Edit Download
1.34 KB lrw-r--r-- 2022-04-12 11:50:11
Edit Download
1.24 KB lrw-r--r-- 2022-04-12 11:50:11
Edit Download
902 B lrw-r--r-- 2022-04-12 11:50:11
Edit Download
2.33 KB lrw-r--r-- 2022-04-12 11:50:11
Edit Download
1.06 KB lrw-r--r-- 2022-04-12 11:50:11
Edit Download
957 B lrw-r--r-- 2022-04-12 11:50:11
Edit Download
1.91 KB lrw-r--r-- 2022-04-12 11:50:11
Edit Download
581 B lrw-r--r-- 2022-04-12 11:50:11
Edit Download

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