70 71 72 73 74
# File 'lib/ManqodServer.rb', line 70 def conn_list @conns.each_pair{|conn_name,conn| yield conn_name,conn } end