module Cucumber::Formatter::Summary
def step_summary(step_mother, &block)
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