class Cucumber::Formatter::Profile
def initialize(step_mother, io, options)
def initialize(step_mother, io, options) super @step_definition_durations = Hash.new { |h,step_definition| h[step_definition] = [] } end
def initialize(step_mother, io, options) super @step_definition_durations = Hash.new { |h,step_definition| h[step_definition] = [] } end