Class: Msgr::Dispatcher::NullPool
- Inherits:
-
Object
- Object
- Msgr::Dispatcher::NullPool
- Defined in:
- lib/msgr/dispatcher.rb
Instance Method Summary collapse
-
#initialize ⇒ NullPool
constructor
A new instance of NullPool.
- #post(*args) {|args| ... } ⇒ Object
Constructor Details
#initialize ⇒ NullPool
Returns a new instance of NullPool.
65 |
# File 'lib/msgr/dispatcher.rb', line 65 def initialize(*); end |
Instance Method Details
#post(*args) {|args| ... } ⇒ Object
67 68 69 |
# File 'lib/msgr/dispatcher.rb', line 67 def post(*args) yield(*args) end |