class Capybara::RSpecMatchers::Matchers::Compound::Or
Private Instance Methods
Source
# File lib/capybara/rspec/matchers/compound.rb, line 80 def synchronized_match? [matcher_1_matches?, matcher_2_matches?].any? end
# File lib/capybara/rspec/matchers/compound.rb, line 80 def synchronized_match? [matcher_1_matches?, matcher_2_matches?].any? end