Threading!
This commit is contained in:
parent
29beb23502
commit
b72a6db0e1
3 changed files with 31 additions and 62 deletions
|
@ -1,7 +1,7 @@
|
|||
$debug = false
|
||||
|
||||
def log(*args)
|
||||
STDERR.puts args.map(&:to_s).join(' ')
|
||||
STDERR.print args.map(&:to_s).join(' ') + "\n"
|
||||
STDERR.flush
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue