Top Level Namespace

Includes:
GitP4Sync

Defined Under Namespace

Modules: GitP4Sync

Instance Method Summary collapse

Methods included from GitP4Sync

#add_slash, #is_ignored?, #lambda_ignore, #p4_add_recursively, #run, #run_cmd, #strip_leading_slash, #verify_path_exist!

Instance Method Details

#error(msg) ⇒ Object



38
39
40
41
# File 'lib/start.rb', line 38

def error(msg)
  puts msg
  exit 1
end