# File lib/cucumber/formatter/steps.rb, line 6 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