This file is indexed.

/usr/lib/ruby/vendor_ruby/pg/constants.rb is in ruby-pg 0.17.1-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
#!/usr/bin/env ruby

require 'pg' unless defined?( PG )


module PG::Constants

	# Most of these are defined in the extension.

end # module PG::Constants