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