/usr/lib/ruby/1.9.1/locale/info.rb is in liblocale-ruby1.9.1 2.0.5-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 | =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'
|