class Symbol

Add operators to symbol objects

def <=>(other)

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