$81 GRAYBYTE WORDPRESS FILE MANAGER $15

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 172.67.217.254 | ADMIN IP 216.73.216.23
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/opt/alt/ruby33/share/rubygems/rubygems/resolver/

HOME
Current File : /opt/alt/ruby33/share/rubygems/rubygems/resolver//requirement_list.rb
# frozen_string_literal: true

##
# The RequirementList is used to hold the requirements being considered
# while resolving a set of gems.
#
# The RequirementList acts like a queue where the oldest items are removed
# first.

class Gem::Resolver::RequirementList
  include Enumerable

  ##
  # Creates a new RequirementList.

  def initialize
    @exact = []
    @list = []
  end

  def initialize_copy(other) # :nodoc:
    @exact = @exact.dup
    @list = @list.dup
  end

  ##
  # Adds Resolver::DependencyRequest +req+ to this requirements list.

  def add(req)
    if req.requirement.exact?
      @exact.push req
    else
      @list.push req
    end
    req
  end

  ##
  # Enumerates requirements in the list

  def each # :nodoc:
    return enum_for __method__ unless block_given?

    @exact.each do |requirement|
      yield requirement
    end

    @list.each do |requirement|
      yield requirement
    end
  end

  ##
  # How many elements are in the list

  def size
    @exact.size + @list.size
  end

  ##
  # Is the list empty?

  def empty?
    @exact.empty? && @list.empty?
  end

  ##
  # Remove the oldest DependencyRequest from the list.

  def remove
    return @exact.shift unless @exact.empty?
    @list.shift
  end

  ##
  # Returns the oldest five entries from the list.

  def next5
    x = @exact[0,5]
    x + @list[0,5 - x.size]
  end
end


Current_dir [ NOT WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
13 May 2025 8.40 AM
root / linksafe
0755
api_set
--
13 May 2025 8.40 AM
root / linksafe
0755
activation_request.rb
2.898 KB
24 Apr 2025 7.57 AM
root / linksafe
0644
api_set.rb
2.957 KB
24 Apr 2025 7.57 AM
root / linksafe
0644
api_specification.rb
2.738 KB
24 Apr 2025 7.57 AM
root / linksafe
0644
best_set.rb
0.92 KB
24 Apr 2025 7.57 AM
root / linksafe
0644
composed_set.rb
1.175 KB
24 Apr 2025 7.57 AM
root / linksafe
0644
conflict.rb
3.191 KB
24 Apr 2025 7.57 AM
root / linksafe
0644
current_set.rb
0.274 KB
24 Apr 2025 7.57 AM
root / linksafe
0644
dependency_request.rb
2.252 KB
24 Apr 2025 7.57 AM
root / linksafe
0644
git_set.rb
2.884 KB
24 Apr 2025 7.57 AM
root / linksafe
0644
git_specification.rb
1.269 KB
24 Apr 2025 7.57 AM
root / linksafe
0644
index_set.rb
1.414 KB
24 Apr 2025 7.57 AM
root / linksafe
0644
index_specification.rb
2.366 KB
24 Apr 2025 7.57 AM
root / linksafe
0644
installed_specification.rb
1.211 KB
24 Apr 2025 7.57 AM
root / linksafe
0644
installer_set.rb
6.342 KB
24 Apr 2025 7.57 AM
root / linksafe
0644
local_specification.rb
0.784 KB
24 Apr 2025 7.57 AM
root / linksafe
0644
lock_set.rb
1.655 KB
24 Apr 2025 7.57 AM
root / linksafe
0644
lock_specification.rb
1.814 KB
24 Apr 2025 7.57 AM
root / linksafe
0644
requirement_list.rb
1.336 KB
24 Apr 2025 7.57 AM
root / linksafe
0644
set.rb
1.224 KB
24 Apr 2025 7.57 AM
root / linksafe
0644
source_set.rb
0.909 KB
24 Apr 2025 7.57 AM
root / linksafe
0644
spec_specification.rb
1.413 KB
24 Apr 2025 7.57 AM
root / linksafe
0644
specification.rb
2.661 KB
24 Apr 2025 7.57 AM
root / linksafe
0644
stats.rb
0.929 KB
24 Apr 2025 7.57 AM
root / linksafe
0644
vendor_set.rb
1.913 KB
24 Apr 2025 7.57 AM
root / linksafe
0644
vendor_specification.rb
0.563 KB
24 Apr 2025 7.57 AM
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF