Method: Chef::Provider::File#whyrun_supported?

Defined in:
lib/chef/provider/file.rb

#whyrun_supported?Boolean

Returns:

  • (Boolean)
[View source]

124
125
126
# File 'lib/chef/provider/file.rb', line 124

def whyrun_supported?
  true
end