264 265 266 267
# File 'src/ruby/pb/test/client.rb', line 264 def empty_unary resp = @stub.empty_call(Empty.new) assert('empty_unary: invalid response') { resp.is_a?(Empty) } end