# File lib/backports/1.9.1/string/ord.rb, line 3
    def ord
      codepoints.first or raise ArgumentError, "empty string"
    end