# File lib/pickle/session/parser.rb, line 11
      def match_field
        "(?:\\w+: (?:#{match_model}|#{match_value}))"
      end