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). --- lib/coderay/encoders/null.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/coderay/encoders/null.rb') diff --git a/lib/coderay/encoders/null.rb b/lib/coderay/encoders/null.rb index 7a8899b..b815c2f 100644 --- a/lib/coderay/encoders/null.rb +++ b/lib/coderay/encoders/null.rb @@ -6,7 +6,6 @@ module Encoders # Does nothing and returns an empty string. class Null < Encoder - include Streamable register_for :null # Defined for faster processing. -- cgit v1.2.1