class Spork::Server

def initialize(options = {})

def initialize(options = {})
  @run_strategy = options[:run_strategy]
  @port = options[:port]
end