# File lib/maruku/input/charsource.rb, line 47
    def shift_char
      c = cur_char
      @buffer_index += 1
      c
    end