summaryrefslogtreecommitdiff
path: root/bin/coderay
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2010-05-01 02:58:17 +0000
committermurphy <murphy@rubychan.de>2010-05-01 02:58:17 +0000
commit7bf48ce6cf5c75a2278d6545f02781a79f53ebbb (patch)
treec0f87f427bf4d8b8a8c56ec1f722367949c8ff5b /bin/coderay
parent6f1178b7fb8967dda865433ecb9e309f6cb733e1 (diff)
downloadcoderay-7bf48ce6cf5c75a2278d6545f02781a79f53ebbb.tar.gz
Got rid of the old streaming system (see #142).
Diffstat (limited to 'bin/coderay')
-rw-r--r--bin/coderay2
1 files changed, 1 insertions, 1 deletions
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