This is a command which should be run
# File lib/aruba/platforms/unix_command_string.rb, line 10 def initialize(cmd) __setobj__ cmd end
Convert to array
# File lib/aruba/platforms/unix_command_string.rb, line 15 def to_a Shellwords.split __getobj__ end
# File lib/aruba/platforms/unix_command_string.rb, line 20 def to_s __getobj__.to_s end