# File lib/rubygems/specification.rb, line 1652
  def rdoc_options= options
    # TODO: warn about setting instead of pushing
    @rdoc_options = Array options
  end