Method: ManqodServer#conn_list

Defined in:
lib/ManqodServer.rb

#conn_listObject



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