Flowdock
method

new

Importance_0
v2_1_10 - Show latest stable - 0 notes - Class: SpecFetcherSetup
new(test, repository) public

No documentation

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

Hide source
# File lib/rubygems/test_utilities.rb, line 210
  def initialize test, repository # :nodoc:
    @test       = test
    @repository = repository

    @gems       = {}
    @installed  = []
    @operations = []
  end
Register or log in to add new notes.