new(specs)
Creates a new StaticSet for the given specs
# File lib/rubygems/test_case.rb, line 1387 def initialize(specs) super() @specs = specs @remote = true end