class Chef::Resource::Batch

Public Class Methods

new(name, run_context=nil) click to toggle source
Calls superclass method Chef::Resource::WindowsScript.new
# File lib/chef/resource/batch.rb, line 25
def initialize(name, run_context=nil)
  super(name, run_context, :batch, "cmd.exe")
end