Class: Dicey::OutputFormatters::ListFormatter

Inherits:
KeyValueFormatter show all
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 =
" => "

Method Summary

Methods inherited from KeyValueFormatter

#call