class Cucumber::Runtime::StepHooks
def apply(test_steps)
def apply(test_steps) test_steps.flat_map do |test_step| [test_step] + after_step_hooks(test_step) end end
def apply(test_steps) test_steps.flat_map do |test_step| [test_step] + after_step_hooks(test_step) end end