module SpecCombos::MatcherCombiner::Or

Public Instance Methods

match_result() click to toggle source
# File lib/spec_combos/matcher_combiner.rb, line 12
def match_result
  !matches(MATCHING).empty?
end