This file is indexed.

/usr/lib/ruby/vendor_ruby/log4r/version.rb is in ruby-log4r 1.1.10-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
module Log4r
  Log4rVersion = [1, 1, 10].join '.' # deprecate?
  VERSION = Log4rVersion
end