# File lib/cucumber/ast/tree_walker.rb, line 8 def initialize(step_mother, listeners = [], options = {}, io = STDOUT) @step_mother, @listeners, @options, @io = step_mother, listeners, options, io end