Module: UtilityPack::Win32::CoreHelpers

Included in:
ShellHelpers
Defined in:
lib/utility_pack/win32/core_helpers.rb

Class Method Summary collapse

Class Method Details

.s(*argv) ⇒ Object



5
6
7
# File 'lib/utility_pack/win32/core_helpers.rb', line 5

def self.s(*argv)
  system(*argv)
end