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/scanners/plaintext.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/coderay/scanners/plaintext.rb') diff --git a/lib/coderay/scanners/plaintext.rb b/lib/coderay/scanners/plaintext.rb index e176403..b8ea5f5 100644 --- a/lib/coderay/scanners/plaintext.rb +++ b/lib/coderay/scanners/plaintext.rb @@ -11,8 +11,6 @@ module Scanners register_for :plaintext, :plain title 'Plain text' - include Streamable - KINDS_NOT_LOC = [:plain] # :nodoc: protected -- cgit v1.2.1