Module: Whoop::Formatters::PrettyFormatter
- Defined in:
- lib/whoop/formatters/pretty_formatter.rb
Class Method Summary collapse
-
.format(message) ⇒ String
Format the message using AwesomePrint.
Class Method Details
.format(message) ⇒ String
Format the message using AwesomePrint
11 12 13 |
# File 'lib/whoop/formatters/pretty_formatter.rb', line 11 def self.format() .ai end |