This file is indexed.

/usr/lib/ruby/vendor_ruby/raindrops/aggregate.rb is in ruby-raindrops 0.17.0-1.

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
# -*- encoding: binary -*-
#
# raindrops may use the {aggregate}[https://github.com/josephruscio/aggregate]
# RubyGem to aggregate statistics from TCP_Info lookups.
module Raindrops::Aggregate
  autoload :PMQ, "raindrops/aggregate/pmq"
  autoload :LastDataRecv, "raindrops/aggregate/last_data_recv"
end