class Pantry::Chef::Run

Public Instance Methods

receive_client_response(response) click to toggle source
# File lib/pantry/chef/run.rb, line 20
def receive_client_response(response)
  Pantry.ui.say("Chef on #{response.from} finished")
  Pantry.ui.say(response.body[5][0])
  Pantry.ui.say(response.body[5][1])
  Pantry.ui.say("")
end