summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/plaintext.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/coderay/scanners/plaintext.rb')
-rw-r--r--lib/coderay/scanners/plaintext.rb2
1 files changed, 0 insertions, 2 deletions
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