class RuboCop::Cop::Generator::RequireFileInjector

def require_exists?

def require_exists?
  require_entries.any?(injectable_require_directive)
end