Method: Group#run

Defined in:
lib/cosmo/group.rb,
lib/cosmo/group.rb

#run(*commands) ⇒ Object



7
8
9
10
11
12
13
# File 'lib/cosmo/group.rb', line 7

def run *commands
  @accounts.each do ||
    commands.each do |command|
      .run command
    end
  end
end