class Gem::BasicSpecification

def stubbed?

entire gemspec file.
about the gem from a stub line, without having to evaluate the
Whether this specification is stubbed - i.e. we have information
#
def stubbed?
  raise NotImplementedError
end