# File temp/source.rb, line 90
                def match(pattern, cons=false)
                        md = pattern.match(@buffer)
                        @buffer = $' if cons and md
                        return md
                end