diff options
Diffstat (limited to 'lib/coderay/encoders/html.rb')
-rw-r--r-- | lib/coderay/encoders/html.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/coderay/encoders/html.rb b/lib/coderay/encoders/html.rb index 807fb42..0a55a02 100644 --- a/lib/coderay/encoders/html.rb +++ b/lib/coderay/encoders/html.rb @@ -89,7 +89,6 @@ module Encoders # Default: false class HTML < Encoder - include Streamable register_for :html FILE_EXTENSION = 'html' |