class Symbol

Add operators to symbol objects

def <=>(other)

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