summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/_map.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2006-07-11 05:40:21 +0000
committermurphy <murphy@rubychan.de>2006-07-11 05:40:21 +0000
commit7bb2aef0553091a10c197e302475c9f14de8a860 (patch)
tree72ea9444276fe97dc99ae82aa9e46070ec7ba9ea /lib/coderay/encoders/_map.rb
parent26a8e5a0388199ac686db28d631b05a5b5aa02e1 (diff)
downloadcoderay-7bb2aef0553091a10c197e302475c9f14de8a860.tar.gz
rake test now runs in debug mode.
All .rb files converted to UNIX format (where did the \r come from?)
Diffstat (limited to 'lib/coderay/encoders/_map.rb')
-rw-r--r--lib/coderay/encoders/_map.rb16
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/coderay/encoders/_map.rb b/lib/coderay/encoders/_map.rb
index a22a951..fdd8ae4 100644
--- a/lib/coderay/encoders/_map.rb
+++ b/lib/coderay/encoders/_map.rb
@@ -1,8 +1,8 @@
-module CodeRay
-module Encoders
-
- map :stats => :statistic,
- :plain => :text
-
-end
-end
+module CodeRay
+module Encoders
+
+ map :stats => :statistic,
+ :plain => :text
+
+end
+end