This file is indexed.

/usr/lib/ruby/vendor_ruby/i18n/locale.rb is in ruby-i18n 0.6.9-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
module I18n
  module Locale
  autoload :Fallbacks, 'i18n/locale/fallbacks'
  autoload :Tag,       'i18n/locale/tag'
  end
end