class Gem::SpecificationRecord

def all

def all
  @all ||= stubs.map(&:to_spec)
end