# File lib/mcollective/ddl/agentddl.rb, line 61 def summarize(&block) unless @config.mode == :server @process_aggregate_functions = true block.call @process_aggregate_functions = nil end end