Syncing STDOUT. Fixes #625.

This commit is contained in:
Parker Moore 2013-03-19 22:22:46 +01:00
parent 787d68f512
commit d6e0e5e297
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/usr/bin/env ruby
STDOUT.sync = true
$:.unshift File.join(File.dirname(__FILE__), *%w{ .. lib })