# File lib/cucumber/formatter/console.rb, line 36
      def print_steps(status)
        print_elements(step_mother.steps(status), status, 'steps')
      end