diff options
author | murphy <murphy@rubychan.de> | 2010-03-30 01:15:18 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-03-30 01:15:18 +0000 |
commit | 431805471d6947a65f7d58aa47e7b9513421b23b (patch) | |
tree | 4502b172c7eeb893a1906a98d913471a325f8ed6 /lib/coderay | |
parent | 8f8d029f1e9ba286e43cedc274a89bae3fb318b4 (diff) | |
download | coderay-431805471d6947a65f7d58aa47e7b9513421b23b.tar.gz |
Added alias :remove_comments for CommentFilter.
Diffstat (limited to 'lib/coderay')
-rw-r--r-- | lib/coderay/encoders/_map.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |