This file is indexed.

/usr/lib/ruby/vendor_ruby/memcache/version.rb is in ruby-memcache-client 1.8.5-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
class MemCache
  ##
  # The version of MemCache you are using.

  VERSION = "1.8.5"
end