Top Level Namespace

Includes:
FileUtils

Defined Under Namespace

Modules: Afinstaller

Instance Method Summary collapse

Instance Method Details

#system!(*args) ⇒ Object



9
10
11
# File 'lib/afinstaller/cli.rb', line 9

def system!(*args)
  system(*args) || abort(''+red('\n== Command #{args} failed =="')+'')
end