current=(rdoc)
Sets the active RDoc::RDoc instance
# File lib/rdoc/rdoc.rb, line 78 def self.current=(rdoc) @current = rdoc end