in libraries/helpers.rb [61:65]
def remove_current_state(agent_name) state_file = state_file(agent_name) ::File.delete(state_file) if ::File.exist?(state_file) end