This file is indexed.

/usr/lib/ruby/vendor_ruby/amqp/rpc.rb is in ruby-amqp 0.9.5-2.

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
11
12
13
14
15
16
17
18
19
20
# encoding: utf-8

$stdout.puts <<-MESSAGE
-------------------------------------------------------------------------------------
DEPRECATION WARNING!

Use of amqp/rpc.rb is deprecated. Instead of

  require "amqp/rpc"

please use

  require "amqp/deprecated/rpc"


Both amqp/rpc.rb and AMQP::RPC implementation will be REMOVED before 1.0 release.
If you need RPC, we recommend the rpc gem (see https://github.com/ruby-amqp/rpc).
MESSAGE

require "amqp/deprecated/rpc"