There's no documentation for this item.
# File code_statistics.rb, line 5 def initialize(*pairs) @pairs = pairs @statistics = calculate_statistics @total = calculate_total if pairs.length > 1 end
<code/>
<pre/>
<code/>and<pre/>for code samples.