class Spork::RunStrategy::Forking

def assert_ready!

def assert_ready!
  raise RuntimeError, "This process hasn't loaded the environment yet by loading the prefork block" unless Spork.using_spork?
end