# File lib/thin/backends/swiftiply_client.rb, line 9
      def initialize(host, port, options={})
        @host = host
        @port = port.to_i
        @key  = options[:swiftiply].to_s
        super()
      end