method

record_depth

v2_1_10 - Show latest stable - Class: Gem::Resolver::Stats
record_depth(stack)
public

No documentation available.

# File lib/rubygems/resolver/stats.rb, line 10
  def record_depth(stack)
    if stack.size > @max_depth
      @max_depth = stack.size
    end
  end