This file is indexed.

/usr/lib/ruby/vendor_ruby/rack/handler/swiftiplied_mongrel.rb is in ruby-rack 1.6.4-4.

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 'swiftcore/swiftiplied_mongrel'

module Rack
  module Handler
    class SwiftipliedMongrel < Handler::Mongrel
    end
  end
end