Flowdock
method

record_depth

Importance_0
v2_6_3 - Show latest stable - 0 notes - Class: Stats
record_depth(stack) public

No documentation

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

Hide source
# File lib/rubygems/resolver/stats.rb, line 11
  def record_depth(stack)
    if stack.size > @max_depth
      @max_depth = stack.size
    end
  end
Register or log in to add new notes.