This file is indexed.

/usr/lib/ruby/vendor_ruby/locale/info.rb is in ruby-locale 2.1.0-3.

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
=begin

 info.rb - Load Locale::Info::Language and Locale::Info::Region.

 Copyright (C) 2008  Masao Mutoh
 
 $Id: info.rb 27 2008-12-03 15:06:50Z mutoh $
=end

require 'locale/info/language'
require 'locale/info/region'