# File lib/active_support/core_ext/string/access.rb, line 11
    def at(position)
      mb_chars[position, 1].to_s
    end