# File lib/maruku/input/charsource.rb, line 60 def shift_char c = @buffer[@buffer_index] @buffer_index+=1 c end