# File lib/cucumber/cli/configuration.rb, line 61
      def build_runner(step_mother, io)
        Ast::TreeWalker.new(step_mother, formatters(step_mother), @options, io)
      end