# File lib/mcollective/aggregate.rb, line 8 def initialize(ddl) @functions = [] @ddl = ddl @action = ddl[:action] @failed = [] create_functions end