WARNING: All methods found here are not considered part of the public API of aruba.
Those methods can be changed at any time in the feature or removed without any further notice.
This includes all methods for the Windows platform
@private
# File lib/aruba/platforms/windows_platform.rb, line 22 def self.match? FFI::Platform.windows? end
@see Aruba::Platforms::UnixPlatform#command_string
# File lib/aruba/platforms/windows_platform.rb, line 27 def command_string WindowsCommandString end
@see Aruba::Platforms::UnixPlatform#environment_variables
# File lib/aruba/platforms/windows_platform.rb, line 32 def environment_variables WindowsEnvironmentVariables end
@see Aruba::Platforms::UnixPlatform#which
# File lib/aruba/platforms/windows_platform.rb, line 37 def which(program, path = ENV['PATH']) WindowsWhich.new.call(program, path) end