class Mixlib::ShellOut::Windows::Utils

DEPRECATED do not use

Public Class Methods

should_run_under_cmd?(cmd) click to toggle 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