# File lib/cucumber/formatter/summary.rb, line 10 def step_summary(step_mother, &block) steps_proc = lambda{|status| step_mother.steps(status)} dump_count(step_mother.steps.length, "step") + dump_status_counts(steps_proc, &block) end