# File lib/mocha/parameter_matchers/includes.rb, line 63
    def includes(*items)
      Includes.new(*items)
    end