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