Flowdock
method

explain

Importance_0
v2_1_10 - Show latest stable - 0 notes - Class: Resolver
explain(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 109
  def explain stage, *data # :nodoc:
    if DEBUG_RESOLVER
      d = data.map { |x| x.inspect }.join(", ")
      STDOUT.printf "%20s %s\n", stage.to_s.upcase, d
    end
  end
Register or log in to add new notes.