class Phlex::HTML

def text(content)

def text(content)
	@_target << _output(content)
	nil
end