class Cucumber::Ast::TreeWalker

def initialize(step_mother, listeners = [], options = {}, io = STDOUT)

def initialize(step_mother, listeners = [], options = {}, io = STDOUT)
  @step_mother, @listeners, @options, @io = step_mother, listeners, options, io
end