diff options
author | murphy <murphy@rubychan.de> | 2011-06-25 18:23:07 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2011-06-25 18:23:07 +0000 |
commit | 498df2b7654c210c8f47e2757efc33cd94689b57 (patch) | |
tree | bda6e10d3eadbf22f1a1a1a2d4e8d0cf7844a3b0 /lib/coderay/encoders/_map.rb | |
parent | d6fe4e777a4f543c8828dbf77e955ab38e6c2803 (diff) | |
download | coderay-498df2b7654c210c8f47e2757efc33cd94689b57.tar.gz |
coderay list subcommand and cleanups/fixes in Plugin helper (issue #45)
Diffstat (limited to 'lib/coderay/encoders/_map.rb')
-rw-r--r-- | lib/coderay/encoders/_map.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/coderay/encoders/_map.rb b/lib/coderay/encoders/_map.rb index b4b766a..c9a20cc 100644 --- a/lib/coderay/encoders/_map.rb +++ b/lib/coderay/encoders/_map.rb @@ -8,8 +8,7 @@ module Encoders :plain => :text, :plaintext => :text, :remove_comments => :comment_filter, - :stats => :statistic, - :tex => :latex + :stats => :statistic # No default because Tokens#nonsense would not raise NoMethodError. |