# File lib/rubygems_plugin.rb, line 83
  def install_rdoc_yard
    if @spec.has_rdoc?
      @@install_rdoc_yard_orig.bind(self).call
    elsif @spec.has_yardoc?
      install_yardoc
    end
  end