This file is indexed.

/usr/lib/ruby/vendor_ruby/chef_compat/property.rb is in ruby-compat-resource 12.10.5-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
require 'chef_compat/copied_from_chef/chef/property'

module ChefCompat
  class Property < ChefCompat::CopiedFromChef::Chef::Property
  end
end