Flowdock
method

needs

Importance_0
v2_6_3 - Show latest stable - 0 notes - Class: Gem
needs() public

No documentation

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

Hide source
# File lib/rubygems.rb, line 230
  def self.needs
    rs = Gem::RequestSet.new

    yield rs

    finish_resolve rs
  end
Register or log in to add new notes.