# File lib/cucumber/formatter/usage.rb, line 9
      def initialize(step_mother, io, options)
        @io = io
        @options = options
        @step_definitions = Hash.new { |h,step_definition| h[step_definition] = [] }
        @all_step_definitions = step_mother.step_definitions.dup
        @locations = []
      end