From 711ce4b2fe98f061b3371e4be787cb6d421714a0 Mon Sep 17 00:00:00 2001 From: Kornelius Kalnbach Date: Mon, 10 Jun 2013 06:51:28 +0200 Subject: greatly improve stdout output speed --- bin/coderay | 1 - 1 file changed, 1 deletion(-) (limited to 'bin') diff --git a/bin/coderay b/bin/coderay index d78cd57..5c555bf 100755 --- a/bin/coderay +++ b/bin/coderay @@ -143,7 +143,6 @@ when 'highlight', nil if output_file File.open output_file, 'w' else - $stdout.sync = true $stdout end CodeRay.encode(input, input_lang, output_format, :out => file) -- cgit v1.2.1