# File lib/spork/run_strategy/forking.rb, line 2
  def self.available?
    Kernel.respond_to?(:fork)
  end