Flowdock
method

explain_list

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: Resolver
explain_list(stage) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# 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
Register or log in to add new notes.