# File lib/spork/run_strategy/forking.rb, line 28
  def running?
    @child && @child.running?
  end