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