# File lib/god/system/slash_proc_poller.rb, line 16
      def self.usable?
        RequiredPaths.all? do |path|
          test(?r, path) && readable?(path)
        end
      end