class Gem::SpecificationRecord

def initialize(dirs)

def initialize(dirs)
  @all = nil
  @stubs = nil
  @stubs_by_name = {}
  @spec_with_requirable_file = {}
  @active_stub_with_requirable_file = {}
  @dirs = dirs
end