lib/coderay/encoders/_map.rb in coderay-1.0.0.800pre vs lib/coderay/encoders/_map.rb in coderay-1.0.0.815pre
- old
+ new
@@ -1,10 +1,9 @@
module CodeRay
module Encoders
map \
:loc => :lines_of_code,
- :html => :page,
:plain => :text,
:plaintext => :text,
:remove_comments => :comment_filter,
:stats => :statistic,
:term => :terminal,