summaryrefslogtreecommitdiffstats
path: root/vendor/plugins/coderay-0.9.2/lib/coderay/encoders/_map.rb
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/plugins/coderay-0.9.2/lib/coderay/encoders/_map.rb')
-rw-r--r--vendor/plugins/coderay-0.9.2/lib/coderay/encoders/_map.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/vendor/plugins/coderay-0.9.2/lib/coderay/encoders/_map.rb b/vendor/plugins/coderay-0.9.2/lib/coderay/encoders/_map.rb
deleted file mode 100644
index 526c3a07c..000000000
--- a/vendor/plugins/coderay-0.9.2/lib/coderay/encoders/_map.rb
+++ /dev/null
@@ -1,12 +0,0 @@
-module CodeRay
-module Encoders
-
- map \
- :loc => :lines_of_code,
- :plain => :text,
- :stats => :statistic,
- :terminal => :term,
- :tex => :latex
-
-end
-end