Flowdock
method

record_requirements

Importance_0
v2_2_9 - Show latest stable - 0 notes - Class: Stats
record_requirements(reqs) 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 16
  def record_requirements(reqs)
    if reqs.size > @max_requirements
      @max_requirements = reqs.size
    end
  end
Register or log in to add new notes.