global

def write(buffer, content = nil)

def write(buffer, content = nil)
	self.class.append_tag(buffer, name, attributes, content || !closed)
end