Method: Itamae::Resource::Base::EvalContext#not_if

Defined in:
lib/itamae/resource/base.rb

#not_if(command) ⇒ Object



53
54
55
# File 'lib/itamae/resource/base.rb', line 53

def not_if(command)
  @not_if_command = command
end