module PubSub::Publisher::ClassMethods

Public Instance Methods

pub(event, args={}) click to toggle source
# File lib/pub_sub/publisher.rb, line 12
def pub(event, args={})
  PubSub::Configuration.container.pub(event, args)
  true
end