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