class Gem::Specification

def has_yardoc=(value)

Other tags:
    Since: - 0.5.3
def has_yardoc=(value)
  @has_rdoc = value ? 'yard' : false
end