diff options
Diffstat (limited to 'lib/coderay/scanners/html.rb')
-rw-r--r-- | lib/coderay/scanners/html.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/coderay/scanners/html.rb b/lib/coderay/scanners/html.rb index 8f71e0e..7fab3cc 100644 --- a/lib/coderay/scanners/html.rb +++ b/lib/coderay/scanners/html.rb @@ -8,7 +8,6 @@ module Scanners # See also: Scanners::XML class HTML < Scanner - include Streamable register_for :html KINDS_NOT_LOC = [ |