This file is indexed.

/usr/lib/ruby/vendor_ruby/active_support/core_ext/class/attribute_accessors.rb is in ruby-activesupport 2:4.2.6-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
# cattr_* became mattr_* aliases in 7dfbd91b0780fbd6a1dd9bfbc176e10894871d2d,
# but we keep this around for libraries that directly require it knowing they
# want cattr_*. No need to deprecate.
require 'active_support/core_ext/module/attribute_accessors'