This file is indexed.

/usr/lib/ruby/vendor_ruby/sphinx.rb is in libsphinx-ruby 2.0.4-1.1ubuntu2.

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
require File.dirname(__FILE__) + '/sphinx/request'
require File.dirname(__FILE__) + '/sphinx/response'
require File.dirname(__FILE__) + '/sphinx/client'

module Sphinx
end