From 431805471d6947a65f7d58aa47e7b9513421b23b Mon Sep 17 00:00:00 2001 From: murphy Date: Tue, 30 Mar 2010 01:15:18 +0000 Subject: Added alias :remove_comments for CommentFilter. --- lib/coderay/encoders/_map.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/coderay') diff --git a/lib/coderay/encoders/_map.rb b/lib/coderay/encoders/_map.rb index bdffd7b..86cb4a5 100644 --- a/lib/coderay/encoders/_map.rb +++ b/lib/coderay/encoders/_map.rb @@ -5,6 +5,7 @@ module Encoders :loc => :lines_of_code, :term => :terminal, :plain => :text, + :remove_comments => :comment_filter, :stats => :statistic, :tex => :latex -- cgit v1.2.1