diff options
Diffstat (limited to 'lib/coderay/scanners/rhtml.rb')
-rw-r--r-- | lib/coderay/scanners/rhtml.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/coderay/scanners/rhtml.rb b/lib/coderay/scanners/rhtml.rb index 064a92c..1922948 100644 --- a/lib/coderay/scanners/rhtml.rb +++ b/lib/coderay/scanners/rhtml.rb @@ -7,7 +7,6 @@ module Scanners # Scanner for HTML ERB templates. class RHTML < Scanner - include Streamable register_for :rhtml title 'HTML ERB Template' |