This file is indexed.

/usr/lib/ruby/vendor_ruby/i18n/tests.rb is in ruby-i18n 0.7.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
 6
 7
 8
 9
10
11
12
module I18n
  module Tests
    autoload :Basics,        'i18n/tests/basics'
    autoload :Defaults,      'i18n/tests/defaults'
    autoload :Interpolation, 'i18n/tests/interpolation'
    autoload :Link,          'i18n/tests/link'
    autoload :Localization,  'i18n/tests/localization'
    autoload :Lookup,        'i18n/tests/lookup'
    autoload :Pluralization, 'i18n/tests/pluralization'
    autoload :Procs,         'i18n/tests/procs'
  end
end