private Method

CodeStatistics.calculate_statistics

There's no documentation for this item.

Source Code

# File code_statistics.rb, line 25
def calculate_statistics
  @pairs.inject({}) { |stats, pair| stats[pair.first] = calculate_directory_statistics(pair.last); stats }
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.