Class: Mixlib::ShellOut::Windows::Utils

Inherits:
Object
  • Object
show all
Includes:
Mixlib::ShellOut::Windows
Defined in:
lib/mixlib/shellout/windows.rb

Overview

DEPRECATED do not use

Constant Summary

Constants included from Mixlib::ShellOut::Windows

TIME_SLICE

Class Method Summary collapse

Methods included from Mixlib::ShellOut::Windows

#run_command, #validate_options

Class Method Details

.should_run_under_cmd?(cmd) ⇒ Boolean

Returns:

  • (Boolean)


429
430
431
# File 'lib/mixlib/shellout/windows.rb', line 429

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