This file is indexed.

/usr/lib/ruby/vendor_ruby/generators/controller.rb is in ruby-merb-haml 1.1.3-2.

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::ControllerGenerator.template :index_haml, :template_engine => :haml do |t|
  t.source = File.join(File.dirname(__FILE__), 'templates/controller/app/views/%file_name%/index.html.haml')
  t.destination = File.join("app/views", base_path, "#{file_name}/index.html.haml")
end