# File lib/active_support/core_ext/string/conversions.rb, line 9
        def ord
          self[0]
        end