# File lib/yard/rubygems/specification.rb, line 5
  def has_yardoc=(value)
    @has_rdoc = value ? 'yard' : false
  end