# File lib/maruku/input/charsource.rb, line 69 def next_matches(r) r2 = /^.{#{@buffer_index}}#{r}/m r2.match @buffer end