Retry limit and mention separation

This commit is contained in:
Mispy 2013-11-18 02:59:15 -08:00
parent c1d91d1693
commit 61c5caee4d
5 changed files with 65 additions and 21 deletions

View file

@ -1,5 +1,7 @@
gem 'minitest'
$debug = false
def log(*args)
STDERR.puts args.map(&:to_s).join(' ')
STDERR.flush