# File lib/backports/1.9.1/symbol.rb, line 21
  def casecmp(with)
    return nil unless with.is_a? Symbol
    to_s.casecmp(with.to_s)
  end