Sha256: 826c538256d807f2980edfb39e6e62d9ae7a80b1b19a14c810c8dabca5df5192
Contents?: true
Size: 282 Bytes
Versions: 30
Compression:
Stored size: 282 Bytes
Contents
# frozen_string_literal: true ## # A set which represents the installed gems. Respects # all the normal settings that control where to look # for installed gems. class Gem::Resolver::CurrentSet < Gem::Resolver::Set def find_all req req.dependency.matching_specs end end
Version data entries
30 entries across 30 versions & 2 rubygems