# File lib/backports/force/string_length.rb, line 5
    def length
      unpack("U*").length
    end