summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders
diff options
context:
space:
mode:
Diffstat (limited to 'lib/coderay/encoders')
-rw-r--r--lib/coderay/encoders/_map.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/coderay/encoders/_map.rb b/lib/coderay/encoders/_map.rb
index 86cb4a5..7c6712f 100644
--- a/lib/coderay/encoders/_map.rb
+++ b/lib/coderay/encoders/_map.rb
@@ -1,6 +1,6 @@
module CodeRay
module Encoders
-
+
map \
:loc => :lines_of_code,
:term => :terminal,
@@ -8,6 +8,8 @@ module Encoders
:remove_comments => :comment_filter,
:stats => :statistic,
:tex => :latex
-
+
+ # No default because Tokens#nonsense would not raise NoMethodError.
+
end
end