lib/fear/extractor/matcher/and.rb in fear-1.0.0 vs lib/fear/extractor/matcher/and.rb in fear-1.1.0

- old
+ new

@@ -1,5 +1,7 @@ -require 'ostruct' +# frozen_string_literal: true + +require "ostruct" module Fear module Extractor class Matcher < OpenStruct # Combine two matchers, so both should pass