Merge remote-tracking branch 'upstream/master'

changes/32/217532/1
vjpai 10 years ago
commit c4d4bd79a3
  1. 4
      src/ruby/lib/grpc/generic/service.rb

@ -217,8 +217,8 @@ module GRPC
def self.included(o)
o.extend(Dsl)
# Update to the use the service name including module. Proivde a default
# that can be nil e,g. when modules are declared dynamically.
# Update to the use the service name including module. Provide a default
# that can be nil e.g. when modules are declared dynamically.
return unless o.service_name.nil?
if o.name.nil?
o.service_name = 'GenericService'

Loading…
Cancel
Save