class Capybara::RSpecMatchers::Compound::CapybaraEvaluator

def initialize(actual)

def initialize(actual)
  @actual = actual
  @match_results = Hash.new { |h, matcher| h[matcher] = matcher.matches?(@actual) }
end