10 lines
109 B
Ruby
10 lines
109 B
Ruby
|
module CodeRay
|
||
|
module Encoders
|
||
|
|
||
|
map :stats => :statistic,
|
||
|
:plain => :text,
|
||
|
:tex => :latex
|
||
|
|
||
|
end
|
||
|
end
|