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

      self
    end