class Aruba::Platforms::WindowsCommandString
@private
This is a command which should be run
def initialize(command, *arguments)
def initialize(command, *arguments) @command = command @arguments = arguments end
def to_a
def to_a [@command, *@arguments] end