class Cucumber::Formatter::Steps
def initialize(runtime, path_or_io, options)
def initialize(runtime, path_or_io, options) @io = ensure_io(path_or_io, nil) @options = options @step_definition_files = collect_steps(runtime) end
def initialize(runtime, path_or_io, options) @io = ensure_io(path_or_io, nil) @options = options @step_definition_files = collect_steps(runtime) end