module Capybara::RSpecMatchers::Matchers::Compound

def and(matcher)

def and(matcher)
  And.new(self, matcher)
end