Chef::Provider::WindowsScript
# File lib/chef/provider/batch.rb, line 25 def initialize (new_resource, run_context) super(new_resource, run_context, '.bat') end
# File lib/chef/provider/batch.rb, line 29 def flags @new_resource.flags.nil? ? '/c' : new_resource.flags + ' /c' end
[Validate]
Generated with the Darkfish Rdoc Generator 2.