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