# File lib/cucumber/formatter/steps.rb, line 6 def initialize(step_mother, io, options) @io = io @options = options @step_definition_files = collect_steps(step_mother) end