class Aruba::Platforms::WindowsCommandString

def to_a

Convert to array
def to_a
  [@command, *@arguments]
end