This file is indexed.

/usr/lib/ruby/vendor_ruby/hamster/version.rb is in ruby-hamster 3.0.0-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
module Hamster
  # Current released gem version. Note that master will often have the same
  # value as a release gem but with different code.
  VERSION = "3.0.0"
end