# File lib/facet/lisp-format.rb, line 268
      def next_char
        @pos += 1
        @format[@pos - 1]
      end