diff options
Diffstat (limited to 'lib/coderay/encoders/count.rb')
-rw-r--r-- | lib/coderay/encoders/count.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/coderay/encoders/count.rb b/lib/coderay/encoders/count.rb index 451a7f8..f4dd0c8 100644 --- a/lib/coderay/encoders/count.rb +++ b/lib/coderay/encoders/count.rb @@ -7,7 +7,6 @@ module Encoders # Text and block tokens are counted. class Count < Encoder - include Streamable register_for :count protected |