From 7bf48ce6cf5c75a2278d6545f02781a79f53ebbb Mon Sep 17 00:00:00 2001 From: murphy Date: Sat, 1 May 2010 02:58:17 +0000 Subject: Got rid of the old streaming system (see #142). --- bin/coderay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/coderay') diff --git a/bin/coderay b/bin/coderay index 7f8271d..ef819f7 100644 --- a/bin/coderay +++ b/bin/coderay @@ -73,7 +73,7 @@ Examples: end if tokens == :scan - output = CodeRay::Duo[lang => format].highlight input, :stream => true + output = CodeRay::Duo[lang => format].highlight input else output = tokens.encode format end -- cgit v1.2.1