# File lib/rspec-puppet/matchers/create_generic.rb, line 35
      def without(*args, &block)
        params = args.shift
        @expected_undef_params = @expected_undef_params | Array(params)
        self
      end