# File lib/chef/resource/conditional.rb, line 32 def self.not_if(command=nil, command_opts={}, &block) new(:not_if, command, command_opts, &block) end