class Gem::SpecificationRecord

def latest_specs(prerelease)

def latest_specs(prerelease)
  Gem::Specification._latest_specs stubs, prerelease
end