class Cucumber::Ast::TreeWalker

def announce(announcement)

Print +announcement+. This method can be called from within StepDefinitions.
def announce(announcement)
  broadcast(announcement)
end