Module: SpecCombos::MatcherCombiner::Or

Included in:
AnyMatcher
Defined in:
lib/spec_combos/matcher_combiner.rb

Instance Method Summary collapse

Instance Method Details

#match_resultObject



12
13
14
# File 'lib/spec_combos/matcher_combiner.rb', line 12

def match_result
  !matches(MATCHING).empty?
end