class Aruba::Platforms::WindowsCommandString
This is a command which should be run
@private
Public Class Methods
Source
# File lib/aruba/platforms/windows_command_string.rb, line 9 def initialize(command, *arguments) @command = command @arguments = arguments end
Public Instance Methods
Source
# File lib/aruba/platforms/windows_command_string.rb, line 15 def to_a [@command, *@arguments] end
Convert to array