This file is indexed.

/usr/lib/ruby/vendor_ruby/generators/layout.rb is in ruby-merb-haml 1.1.3-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
Merb::Generators::LayoutGenerator.template :layout_haml, :template_engine => :haml do |t|
  t.source = File.join(File.dirname(__FILE__), 'templates/layout/app/views/layout/%file_name%.html.haml')
  t.destination = "app/views/layout/#{file_name}.html.haml"
end