MCollective::Aggregate::Result::Base
# File lib/mcollective/aggregate/result/numeric_result.rb, line 5 def to_s return "" if @result[:value].nil? return @aggregate_format % @result[:value] end