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