diff options
Diffstat (limited to 'lib/coderay/encoders/xml.rb')
-rw-r--r-- | lib/coderay/encoders/xml.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/coderay/encoders/xml.rb b/lib/coderay/encoders/xml.rb index 0006d75..d3e8832 100644 --- a/lib/coderay/encoders/xml.rb +++ b/lib/coderay/encoders/xml.rb @@ -6,7 +6,6 @@ module Encoders # Uses REXML. Very slow. class XML < Encoder - include Streamable register_for :xml FILE_EXTENSION = 'xml' |