Sha256: ddce14cbd609e16b05323ac135e11cf77b3098e459fddc968bcfdb8194538c31

Contents?: true

Size: 402 Bytes

Versions: 2

Compression:

Stored size: 402 Bytes

Contents

module CodeRay
module Encoders
  
  map \
    :loc             => :lines_of_code,
    :html            => :page,
    :plain           => :text,
    :plaintext       => :text,
    :remove_comments => :comment_filter,
    :stats           => :statistic,
    :term            => :terminal,
    :tty             => :terminal
  
  # No default because Tokens#nonsense should raise NoMethodError.
  
end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
coderay-1.0.0.800pre lib/coderay/encoders/_map.rb
coderay-1.0.0.798.pre lib/coderay/encoders/_map.rb