Module: Rubee::PubSub::Publisher::ClassMethods
- Defined in:
- lib/rubee/pubsub/publisher.rb
Instance Method Summary collapse
Instance Method Details
#pub(channel, args = {}, &block) ⇒ Object
11 12 13 14 |
# File 'lib/rubee/pubsub/publisher.rb', line 11 def pub(channel, args = {}, &block) Rubee::Configuration.pubsub_container.pub(channel, args, &block) true end |