summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/_map.rb
blob: b9fe5af31de887c4c23b5454e2946b784f8503e4 (plain)
1
2
3
4
5
6
7
8
module CodeRay
	module Encoders
		
		map :stats => :statistic,
			:plain => :text
		
	end
end