Class: Msgr::Dispatcher::NullPool

Inherits:
Object
  • Object
show all
Defined in:
lib/msgr/dispatcher.rb

Instance Method Summary collapse

Constructor Details

#initializeNullPool

Returns a new instance of NullPool.



66
# File 'lib/msgr/dispatcher.rb', line 66

def initialize(*); end

Instance Method Details

#post(*args) {|args| ... } ⇒ Object

Yields:

  • (args)


68
69
70
# File 'lib/msgr/dispatcher.rb', line 68

def post(*args)
  yield(*args)
end