Class: Dicey::CLI::Formatters::ListFormatter Private

Inherits:
BaseListFormatter show all
Defined in:
lib/dicey/cli/formatters/list_formatter.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Formats a hash as list of key => value pairs, similar to a Ruby Hash.

Constant Summary collapse

SEPARATOR =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

" => "

Method Summary

Methods inherited from BaseListFormatter

#call