# File lib/aruba/process.rb, line 10
    def run!(&block)
      @process = BackgroundProcess.run(@cmd)
      yield self if block_given?
    end