# File lib/rabbit/utils.rb, line 343 def run(cmd, *args) begin system(cmd, *args) rescue SystemCallError yield($!) if block_given? false end end