class Phlex::Compiler::Formatter

def flush

def flush
	text "" if @open_string_append
	super
end