There's no documentation for this item.
# File code_statistics.rb, line 25 def calculate_statistics @pairs.inject({}) { |stats, pair| stats[pair.first] = calculate_directory_statistics(pair.last); stats } end
<code/>
<pre/>
<code/>and<pre/>for code samples.