class Cucumber::Formatter::Steps
def initialize(step_mother, path_or_io, options)
def initialize(step_mother, path_or_io, options) @io = ensure_io(path_or_io, "steps") @options = options @step_definition_files = collect_steps(step_mother) end
def initialize(step_mother, path_or_io, options) @io = ensure_io(path_or_io, "steps") @options = options @step_definition_files = collect_steps(step_mother) end