class ThriftServer::HandlerWrapper::Dispatcher
Public Instance Methods
call(rpc)
click to toggle source
# File lib/thrift_server.rb, line 53 def call(rpc) handler.send rpc.name, *rpc.args end
# File lib/thrift_server.rb, line 53 def call(rpc) handler.send rpc.name, *rpc.args end