method
explain_list
v2_6_3 -
Show latest stable
- Class:
Gem::Resolver
explain_list(stage)public
No documentation available.
# File lib/rubygems/resolver.rb, line 122
def explain_list(stage) # :nodoc:
return unless DEBUG_RESOLVER
data = yield
$stderr.printf "%10s (%d entries)\n", stage.to_s.upcase, data.size
PP.pp data, $stderr unless data.empty?
end