# File lib/active_support/multibyte/chars.rb, line 195
        def ord
          Unicode.u_unpack(@wrapped_string)[0]
        end