# File temp/source.rb, line 98
    def match_to( char, pattern )
      return pattern.match(@buffer)
    end