class Spork::RunStrategy::Forking

def self.available?

def self.available?
  Kernel.respond_to?(:fork)
end