# File lib/cucumber/formatter/gpretty.rb, line 12
      def initialize(step_mother, io, options)
        @io = ensure_io(io, "json")
        super(Gherkin::Formatter::PrettyFormatter.new(@io, false), true)
      end