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