class Sus::Expect

def print(output)

def print(output)
	output.write("expect ", :variable, @inspect, :reset, " ")
	
	if @inverted
		output.write("not to", :reset)
	else
		output.write("to", :reset)
	end
end