This file is indexed.

/usr/lib/ruby/vendor_ruby/compass/import-once/version.rb is in ruby-compass-import-once 1.0.5~dfsg-5.

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
module Compass
  module ImportOnce
    VERSION = File.read(File.join(File.dirname(__FILE__), "VERSION")).strip
  end
end