Sha256: f45b55ee1a3d94d95b5985a9ba913e2ed42892a709be7b12dfc049b3dae3a954
Contents?: true
Size: 402 Bytes
Versions: 6943
Compression:
Stored size: 402 Bytes
Contents
module CodeRay module Encoders map \ :loc => :lines_of_code, :plain => :text, :plaintext => :text, :remove_comments => :comment_filter, :stats => :statistic, :term => :terminal, :tty => :terminal, :yml => :yaml # No default because Tokens#nonsense should raise NoMethodError. end end
Version data entries
6,943 entries across 6,931 versions & 73 rubygems