Method: Protobuf::Rpc::ServiceDispatcher#_call
- Defined in:
- lib/protobuf/rpc/service_dispatcher.rb
#_call(env) ⇒ Object
18 19 20 21 22 23 |
# File 'lib/protobuf/rpc/service_dispatcher.rb', line 18 def _call(env) @env = env env.response = dispatch_rpc_request env end |