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