class Phlex::Compiler::Generators::VoidElement

def call

def call
	@formatter.append do |f|
		f.text "<"
		f.text tag
		f.text " />"
	end
end