13 lines
167 B
Ruby
13 lines
167 B
Ruby
|
module CodeRay
|
||
|
module Encoders
|
||
|
|
||
|
map \
|
||
|
:loc => :lines_of_code,
|
||
|
:plain => :text,
|
||
|
:stats => :statistic,
|
||
|
:terminal => :term,
|
||
|
:tex => :latex
|
||
|
|
||
|
end
|
||
|
end
|