module Spine::Hub::Repeater

Public Instance Methods

notify(event, *arguments) click to toggle source

Republishes the event.

Attributes

  • event - Name of event.

  • arguments - Arguments for event.

# File lib/spine/hub/repeater.rb, line 11
def notify(event, *arguments)
  publish(event, *arguments)
end