Updated mcollective.init according to OSCI-658
[packages/precise/mcollective.git] / lib / mcollective / aggregate / result.rb
1 module MCollective
2   class Aggregate
3     module Result
4       autoload :Base, 'mcollective/aggregate/result/base'
5       autoload :NumericResult, 'mcollective/aggregate/result/numeric_result'
6       autoload :CollectionResult, 'mcollective/aggregate/result/collection_result'
7     end
8   end
9 end