This file is indexed.

/usr/lib/ruby/vendor_ruby/concurrent/actor/utils.rb is in ruby-concurrent 1.0.0-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
module Concurrent
  module Actor
    module Utils
      require 'concurrent/actor/utils/ad_hoc'
      require 'concurrent/actor/utils/broadcast'
      require 'concurrent/actor/utils/balancer'
      require 'concurrent/actor/utils/pool'
    end
  end
end