This file is indexed.

/usr/lib/ruby/vendor_ruby/eim_xml/formatter/element_wrapper.rb is in ruby-eim-xml 0.0.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
class EimXML::Formatter
	class ElementWrapper
		def each(option, &proc)
			contents(option).each(&proc)
		end
	end
end