class Mixlib::ShellOut::Windows::Utils

DEPRECATED do not use

def self.should_run_under_cmd?(cmd)

def self.should_run_under_cmd?(cmd)
  Mixlib::ShellOut::Windows::Utils.new.send(:should_run_under_cmd?, cmd)
end