module GRPC::GenericService::Dsl
Public Instance Methods
inherited(subclass)
click to toggle source
# File lib/grpc/runner.rb, line 37 def inherited(subclass) GRPC::Runner.services << subclass dsl_inherited(subclass) end
Also aliased as: dsl_inherited