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 ⇒ Object
Constructor Details
#initialize ⇒ NullPool
Returns a new instance of NullPool.
64 |
# File 'lib/msgr/dispatcher.rb', line 64 def initialize(*); end |
Instance Method Details
#post ⇒ Object
66 67 68 |
# File 'lib/msgr/dispatcher.rb', line 66 def post(*) yield(*) end |