class Cucumber::Configuration

def notify(message, *args)

Other tags:
    Private: -
def notify(message, *args)
  event_bus.send(message, *args)
end