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