# File lib/generators/stats.rb, line 9 def analyze output = File.open(metric_directory + '/stats.txt').read lines = remove_noise(output) @stats = {} set_global_stats(lines.pop) set_granular_stats(lines) @stats end
Generated with the Darkfish Rdoc Generator 2.