# File lib/rspec/matchers.rb, line 484
    def include(*expected)
      BuiltIn::Include.new(*expected)
    end