Class: Cogger::Formatters::Emoji
- Defined in:
- lib/cogger/formatters/emoji.rb
Overview
Formats by emoji and color.
Constant Summary collapse
- TEMPLATE =
"%<emoji:dynamic>s <dynamic>[%<id>s]</dynamic> %<message:dynamic>s"
Constants inherited from Abstract
Abstract::NEW_LINE, Abstract::SANITIZERS
Instance Method Summary collapse
-
#initialize(template = TEMPLATE) ⇒ Emoji
constructor
A new instance of Emoji.
Methods inherited from Color
Methods inherited from Abstract
Constructor Details
#initialize(template = TEMPLATE) ⇒ Emoji
Returns a new instance of Emoji.
9 10 11 |
# File 'lib/cogger/formatters/emoji.rb', line 9 def initialize(template = TEMPLATE, ...) super end |