# File temp/source.rb, line 84
                def match_to_consume( char, pattern )
                        md = pattern.match(@buffer)
                        @buffer = $'
                        return md
                end