class RorVsWild::Client

def take_connection

def take_connection
  @mutex.synchronize { @connections.shift }
end