diff options
-rw-r--r-- | src/compiler/ruby_generator.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/ruby_generator.cc b/src/compiler/ruby_generator.cc index e4ba387cbe..e8d3c25e0b 100644 --- a/src/compiler/ruby_generator.cc +++ b/src/compiler/ruby_generator.cc @@ -100,7 +100,7 @@ void PrintService(const ServiceDescriptor* service, const string& package, // Write the indented class body. out->Indent(); out->Print("\n"); - out->Print("include GRPC::Generic::Service\n"); + out->Print("include GRPC::GenericService\n"); out->Print("\n"); out->Print("self.marshal_class_method = :encode\n"); out->Print("self.unmarshal_class_method = :decode\n"); |