This file is indexed.

/usr/lib/ruby/vendor_ruby/global_id.rb is in ruby-globalid 0.3.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
5
6
7
8
require 'global_id/global_id'

autoload :SignedGlobalID, 'global_id/signed_global_id'

class GlobalID
  autoload :Locator, 'global_id/locator'
  autoload :Identification, 'global_id/identification'
end