Republishes the event.
event - Name of event.
event
arguments - Arguments for event.
arguments
# File lib/spine/hub/repeater.rb, line 11 def notify(event, *arguments) publish(event, *arguments) end