# File scripts/parsing-rules.rb, line 137
    def to_s
      s = @match.inspect + " will result in the following outputs:\n"
      @results.each do |field,output|
        s += "   #{field}=#{output}\n"
      end
      return s
    end