This file is indexed.

/usr/lib/ruby/vendor_ruby/ffi-rzmq-core.rb is in ruby-ffi-rzmq-core 1.0.4-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
require 'ffi'
require 'ffi-rzmq-core/libc'
require 'ffi-rzmq-core/libzmq'
require 'ffi-rzmq-core/utilities'
require 'ffi-rzmq-core/structures'
require 'ffi-rzmq-core/constants'

if LibZMQ.version4?
  require 'ffi-rzmq-core/libzmq4'
end