# File lib/cucumber/formatter/pretty.rb, line 19
      def initialize(step_mother, io, options)
        @step_mother, @io, @options = step_mother, io, options
        @exceptions = []
        @indent = 0
        @prefixes = options[:prefixes] || {}
      end