Sha256: 25df14d338797ad7b1e3809ac917806b982cc1671a25c715f279a7167d9d54f3
Contents?: true
Size: 282 Bytes
Versions: 21
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
21 entries across 21 versions & 1 rubygems