# File lib/wrongdoc/rdoc.rb, line 33
  def rdoc(argv)
    r = RDoc::RDoc.new
    r.document(rdoc_options.concat(argv))
  end