module Capybara::RSpecMatchers::Compound

def or(matcher)

def or(matcher)
  Or.new(self, matcher)
end