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