This file is indexed.

/usr/lib/ruby/vendor_ruby/mono_logger/version.rb is in ruby-mono-logger 1.1.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
require 'logger'

class MonoLogger < Logger
  VERSION = "1.1.0"
end