Method: RDKit::NotificationCenter::ClassMethods#publish
- Defined in:
- lib/rdkit/notification_center.rb
#publish(channel, message) ⇒ Object
7 8 9 |
# File 'lib/rdkit/notification_center.rb', line 7 def publish(channel, ) @@channels[channel.to_sym].each { |_, block| block.call() } end |