Method: Chef::Resource::PowershellScript#initialize
- Defined in:
- lib/chef/resource/powershell_script.rb
#initialize(*args) ⇒ PowershellScript
Returns a new instance of PowershellScript.
70 71 72 73 |
# File 'lib/chef/resource/powershell_script.rb', line 70 def initialize(*args) super @default_guard_interpreter = resource_name end |