# File lib/thin/controllers/cluster.rb, line 54
def
stop
with_each_server
{
|
n
|
stop_server
n
}
end