# File lib/spork/server.rb, line 14
  def initialize(options = {})
    @run_strategy = options[:run_strategy]
    @port = options[:port]
  end