# File lib/maruku/input/charsource.rb, line 65
    def cur_chars_are(string)
      cur_chars(string.size) == string
    end