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