class Msgr::Dispatcher::NullPool

Public Class Methods

new(*) click to toggle source
# File lib/msgr/dispatcher.rb, line 64
def initialize(*); end

Public Instance Methods

post(*args) { |*args| ... } click to toggle source
# File lib/msgr/dispatcher.rb, line 66
def post(*args)
  yield(*args)
end