load_rdoc()
Loads the RDoc generator
# File lib/rdoc/rubygems_hook.rb, line 70 def self.load_rdoc return if @rdoc_version require 'rdoc/rdoc' @rdoc_version = Gem::Version.new ::RDoc::VERSION end