class Object

Constants

APP_PATH
APP_ROOT

path to your application root.

Public Instance Methods

system!(*args) click to toggle source
# File lib/zoku/templates/base/bin/setup, line 9
def system!(*args)
  system(*args) || abort("\n== Command #{args} failed ==")
end