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