diff options
Diffstat (limited to 'lib/coderay/scanners/plaintext.rb')
-rw-r--r-- | lib/coderay/scanners/plaintext.rb | 2 |
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 |