105 106 107 108 109
# File 'lib/aruba/processes/basic_process.rb', line 105 def run! Aruba.platform.deprecated('The use of "command#run!" is deprecated. You can simply use "command#start" instead.') start end