class Chef::Formatters::NullFormatter
NullFormatter
¶ ↑
Formatter that doesn't actually produce any output. You can use this to disable the use of output formatters.
Public Instance Methods
is_formatter?()
click to toggle source
# File lib/chef/formatters/base.rb, line 240 def is_formatter? false end