[Source]
# File lib/mcollective/aggregate/result/numeric_result.rb, line 5 5: def to_s 6: return @aggregate_format % @result[:value] 7: end
[Validate]