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