Mercurial > hg > soundsoftware-site
view vendor/gems/coderay-0.9.7/lib/coderay/encoders/_map.rb @ 625:e1eb4996257f feature_36
Minor tweak to layout for list of projects for publication
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Wed, 24 Aug 2011 16:27:01 +0100 |
parents | 0579821a129a |
children |
line wrap: on
line source
module CodeRay module Encoders map \ :loc => :lines_of_code, :plain => :text, :stats => :statistic, :terminal => :term, :tex => :latex end end