Modules: Synchronizer Classes: And, CapybaraEvaluator, Or
Instance Method Summary collapse Instance Method Details #and(matcher) ⇒ Object10 11 12
# File 'lib/capybara/rspec/matchers/compound.rb', line 10 def and(matcher) And.new(self, matcher) end#and_then(matcher) ⇒ Object
14 15 16
# File 'lib/capybara/rspec/matchers/compound.rb', line 14 def and_then(matcher) ::RSpec::Matchers::BuiltIn::Compound::And.new(self, matcher) end#or(matcher) ⇒ Object
18 19 20
# File 'lib/capybara/rspec/matchers/compound.rb', line 18 def or(matcher) Or.new(self, matcher) end
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4