diff options
Diffstat (limited to 'lib/coderay/encoders/_map.rb')
-rw-r--r-- | lib/coderay/encoders/_map.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/coderay/encoders/_map.rb b/lib/coderay/encoders/_map.rb new file mode 100644 index 0000000..b9fe5af --- /dev/null +++ b/lib/coderay/encoders/_map.rb @@ -0,0 +1,8 @@ +module CodeRay
+ module Encoders
+
+ map :stats => :statistic,
+ :plain => :text
+
+ end
+end
|