Module: Helpers

Defined in:
lib/helpers.rb

Class Method Summary collapse

Class Method Details

.remote_cmd(connection, command) ⇒ Object



4
5
6
# File 'lib/helpers.rb', line 4

def self.remote_cmd(connection, command)
  system("ssh #{connection} '#{command}'")
end