class Phlex::SGML

def __yield_content_with_args__(*a)

def __yield_content_with_args__(*a)
	return unless block_given?
	buffer = @_context.buffer
	original_length = buffer.bytesize
	content = yield(*a)
	__implicit_output__(content) if original_length == buffer.bytesize
	nil
end