class Gem::Specification

def has_rdoc?

def has_rdoc?
  (@has_rdoc ||= true) && @has_rdoc != 'yard'
end