Libraries
»
chef
(19.1.164)
»
Index
»
Chef
»
Formatters
»
Base
»
#puts
Method: Chef::Formatters::Base#puts
Defined in:
lib/chef/formatters/base.rb
#
puts
(*args) ⇒
Object
78 79 80
# File 'lib/chef/formatters/base.rb', line 78
def
puts
(
*
args
)
@output
.
puts
(
*
args
)
end