class Trenni::Builder::Fragment

def == other

def == other
	# This is a bit of a hack... but is required for existing specs to pass:
	self.to_s == other.to_s
end