Flowdock
method

explain_list

Importance_0
v2_1_10 - Show latest stable - 0 notes - Class: Resolver
explain_list(stage, data) 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 116
  def explain_list stage, data # :nodoc:
    if DEBUG_RESOLVER
      STDOUT.printf "%20s (%d entries)\n", stage.to_s.upcase, data.size
      data.each do |d|
        STDOUT.printf "%20s %s\n", "", d
      end
    end
  end
Register or log in to add new notes.