Flowdock
method

explain

Importance_0
v2_5_5 - 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 115
  def explain stage, *data # :nodoc:
    return unless DEBUG_RESOLVER

    d = data.map { |x| x.pretty_inspect }.join(", ")
    $stderr.printf "%10s %s\n", stage.to_s.upcase, d
  end
Register or log in to add new notes.