Class: Dicey::OutputFormatters::ListFormatter
- Inherits:
-
KeyValueFormatter
- Object
- KeyValueFormatter
- Dicey::OutputFormatters::ListFormatter
- Defined in:
- lib/dicey/output_formatters/list_formatter.rb
Overview
Formats a hash as list of key => value pairs, similar to a Ruby Hash.
Constant Summary collapse
- SEPARATOR =
" => "