# File lib/cucumber/formatter/junit.rb, line 7
      def initialize(step_mother, io, options)
        raise "You *must* specify --out DIR for the junit formatter" unless String === io && File.directory?(io)
        @reportdir = io
        @options = options
      end