class Symbol

def <=>(other)

def <=>(other)
  self.to_s <=> other.to_s
end