class EventSourcing::Event::Publisher::Reference
Public Instance Methods
publish(event)
click to toggle source
# File lib/event_sourcing/event/publisher/reference.rb, line 5 def publish(event) tell(event) end