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