class Capybara::RSpecMatchers::Matchers::Compound::Or

Private Instance Methods

synchronized_match?() click to toggle source
# File lib/isomorfeus/puppetmaster/rspec/matchers/compound.rb, line 80
def synchronized_match?
  [matcher_1_matches?, matcher_2_matches?].any?
end