class RDoc::RubygemsHook

def self.default_gem?

def self.default_gem?
  !File.exist?(File.join(__dir__, "..", "rubygems_plugin.rb"))
end