# File lib/rspec/matchers/include.rb, line 10
      def matches?(actual)
        perform_match(:all?, :all?, super(actual), expected)
      end