global

def <=> other

def <=> other
	self.to_a <=> other.to_a
end