class RDoc::RubygemsHook

def remove

def remove
  # Do nothing if this is NOT a default gem.
  return unless self.class.default_gem?
  # Remove generated document for compatibility if this is a
  # default gem.
  RubyGemsHook.new(@spec).remove
end