class Cucumber::Formatter::Rerun
def initialize(step_mother, io, options)
def initialize(step_mother, io, options) super(step_mother) @io = io @file_names = [] @file_colon_lines = Hash.new{|h,k| h[k] = []} end
def initialize(step_mother, io, options) super(step_mother) @io = io @file_names = [] @file_colon_lines = Hash.new{|h,k| h[k] = []} end