Flowdock
method

new

Importance_0
v2_1_10 - Show latest stable - 0 notes - Class: Stats
new() 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 2
  def initialize
    @max_depth = 0
    @max_requirements = 0
    @requirements = 0
    @backtracking = 0
    @iterations = 0
  end
Register or log in to add new notes.