# File lib/gherkin/formatter/pretty_formatter.rb, line 71
      def print_steps
        while(@steps.any?)
          print_step('skipped', [], nil, true)
        end
      end