# File lib/childprocess/abstract_process.rb, line 67
    def start
      launch_process
      @started = true

      self
    end