# File lib/cucumber/ast/tree_walker.rb, line 55 def visit_background(background) broadcast(background) do background.accept(self) end end