Class: Capybara::RSpecMatchers::Matchers::Compound::Or
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
          RSpec::Matchers::BuiltIn::Compound::Or
         | |
| Instance Chain: 
          self,
           Synchronizer,
          RSpec::Matchers::BuiltIn::Compound::Or | |
| Inherits: | RSpec::Matchers::BuiltIn::Compound::Or 
 | 
| Defined in: | lib/capybara/rspec/matchers/compound.rb | 
Instance Attribute Summary
- #synchronized_match? ⇒ Boolean readonly private
Instance Method Summary
Synchronizer - Included
Instance Attribute Details
    #synchronized_match?  ⇒ Boolean  (readonly, private)
  
  [ GitHub ]
# File 'lib/capybara/rspec/matchers/compound.rb', line 80
def synchronized_match? [matcher_1_matches?, matcher_2_matches?].any? end