diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-10 06:51:28 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-10 06:51:28 +0200 |
commit | 711ce4b2fe98f061b3371e4be787cb6d421714a0 (patch) | |
tree | 6c8210decc6a9cc83e4642c3be66f9c28029e409 /bin/coderay | |
parent | 5a833b265c5cb918f906fb1047c0dc65e539260f (diff) | |
download | coderay-711ce4b2fe98f061b3371e4be787cb6d421714a0.tar.gz |
greatly improve stdout output speed
Diffstat (limited to 'bin/coderay')
-rwxr-xr-x | bin/coderay | 1 |
1 files changed, 0 insertions, 1 deletions
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) |