lib/mcollective/aggregate/result.rb in mcollective-client-2.7.0 vs lib/mcollective/aggregate/result.rb in mcollective-client-2.8.0

- old
+ new

@@ -1,9 +1,9 @@ module MCollective class Aggregate module Result - autoload :Base, 'mcollective/aggregate/result/base' - autoload :NumericResult, 'mcollective/aggregate/result/numeric_result' - autoload :CollectionResult, 'mcollective/aggregate/result/collection_result' + require 'mcollective/aggregate/result/base' + require 'mcollective/aggregate/result/numeric_result' + require 'mcollective/aggregate/result/collection_result' end end end