Sha256: f148bcb780721b923c48e2c9b470d636520919af97b3b0b895f33ec0199d2a3e
Contents?: true
Size: 315 Bytes
Versions: 1
Compression:
Stored size: 315 Bytes
Contents
module CodeRay module Encoders map \ :loc => :lines_of_code, :term => :terminal, :tty => :terminal, :plain => :text, :plaintext => :text, :remove_comments => :comment_filter, :stats => :statistic # No default because Tokens#nonsense would not raise NoMethodError. end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
coderay-1.0.0.788.pre | lib/coderay/encoders/_map.rb |