Class: IParty::CLI::Formatter::NoOutput

Inherits:
IParty::CLI::Formatter show all
Defined in:
lib/iparty/cli/formatter.rb

Constant Summary

Constants inherited from IParty::CLI::Formatter

VOID_OUTPUT

Constants included from Colorize

Colorize::COLORMAP

Instance Method Summary collapse

Methods inherited from IParty::CLI::Formatter

#colorize?, descendants, find_by_id, #format_all, #initialize

Methods included from Colorize

#colorize, #decolorize, #with_color

Constructor Details

This class inherits a constructor from IParty::CLI::Formatter

Instance Method Details

#format(ip, **kw, &to_data) ⇒ Object



52
53
54
55
# File 'lib/iparty/cli/formatter.rb', line 52

def format ip, **kw, &to_data
  super # run to_data logic
  VOID_OUTPUT
end