Flowdock
method

pick_best!

Importance_0
v2_1_10 - Show latest stable - 0 notes - Class: AvailableSet
pick_best!() public

No documentation

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

Hide source
# File lib/rubygems/available_set.rb, line 140
  def pick_best!
    return self if empty?

    @set = [sorted.first]
    @sorted = nil
    self
  end
Register or log in to add new notes.