# File lib/cucumber/formatter/rerun.rb, line 14 def initialize(step_mother, io, options) @io = io @options = options @file_names = [] @file_colon_lines = Hash.new{|h,k| h[k] = []} end