# File lib/jmespath/lexer.rb, line 374
      def next
        @position += 1
        @chars[@position]
      end