rpc_desc.rb | 161 fail arity_error(mth, 2, "should be #{mth.name}(req, call) or " \ 166 fail arity_error(mth, 2, "should be #{mth.name}(req, call)") 170 fail arity_error(mth, 1, "should be #{mth.name}(call)") 191 def arity_error(mth, want, msg) method in class:GRPC.RpcDesc
|