new()
No documentation available.
# File lib/rubygems/resolver/stats.rb, line 3 def initialize @max_depth = 0 @max_requirements = 0 @requirements = 0 @backtracking = 0 @iterations = 0 end