Method: Chef::Resource::ConditionalActionNotNothing#to_text
- Defined in:
- lib/chef/resource/conditional_action_not_nothing.rb
#to_text ⇒ Object
42 43 44 |
# File 'lib/chef/resource/conditional_action_not_nothing.rb', line 42 def to_text "not_if { action == :nothing }" end |