This file is indexed.

/usr/lib/ruby/vendor_ruby/chef_compat/mixin/properties.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
7
8
require 'chef_compat/monkeypatches'
require 'chef_compat/copied_from_chef/chef/mixin/properties'

module ChefCompat
  module Mixin
    Properties = ChefCompat::CopiedFromChef::Chef::Mixin::Properties
  end
end