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