# File lib/sass/util.rb, line 653
    def ord(c)
      ruby1_8? ? c[0] : c.ord
    end