This file is indexed.

/usr/lib/ruby/vendor_ruby/html2haml.rb is in ruby-html2haml 2.0.0-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
 9
10
11
# require "rubygems"
#gem "haml", ">= 3.2"
require 'haml'
require File.expand_path("../html2haml/version", __FILE__)
require "haml/util"
require "haml/parser"
require "haml/error"
require "html2haml/html"

module Html2haml
end