Method: Fairway::ChanneledConnection#deliver
- Defined in:
- lib/fairway/channeled_connection.rb
#deliver(message) ⇒ Object
8 9 10 11 |
# File 'lib/fairway/channeled_connection.rb', line 8 def deliver() channel = @block.call() @connection.deliver(, channel) end |