mirror of
https://github.com/thewesker/twitter_ebooks.git
synced 2025-12-21 21:01:16 -05:00
Threading!
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user