Method: Master#states

Defined in:
lib/master.rb

#statesObject



50
51
52
53
54
# File 'lib/master.rb', line 50

def states
  Client.clients.map { |client|
    [client, client.msg('t' => 'STATE')]
  }
end