# File temp/source.rb, line 94
    def consume( pattern )
      @buffer = $' if pattern.match( @buffer )
    end