method

run

run(command, log_action = true)
public

Executes a command

Example

  inside('vendor') do
    run('ln -s ~/edge rails')
  end