class Mixlib::ShellOut::Windows::Utils
DEPRECATED do not use
Public Class Methods
Source
# File lib/mixlib/shellout/windows.rb, line 373 def self.should_run_under_cmd?(cmd) Mixlib::ShellOut::Windows::Utils.new.send(:should_run_under_cmd?, cmd) end