diff options
Diffstat (limited to 'lib/coderay/encoders/_map.rb')
-rw-r--r-- | lib/coderay/encoders/_map.rb | 16 |
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 |