class RSpec::Matchers::BuiltIn::Include

def matches?(actual)

def matches?(actual)
  @actual = actual
  perform_match(:all?, :all?, @actual, @expected)
end