module RedPack::MethodDispatcher

Public Instance Methods

dispatch(ctx, method, params) click to toggle source
# File lib/redpack-ruby/method-dispatchers.rb, line 9
def dispatch(ctx, method, params)
  raise NotImplementedError.new
end