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
[Validate]
Generated with the Darkfish Rdoc Generator 2.