Class: Bitlogger::JsonFormatter
- Inherits:
-
Object
- Object
- Bitlogger::JsonFormatter
- Defined in:
- lib/bitlogger/json_formatter.rb
Instance Method Summary collapse
Instance Method Details
#format_hash(hash) ⇒ String
6 7 8 |
# File 'lib/bitlogger/json_formatter.rb', line 6 def format_hash(hash) hash.to_json end |