diff options
author | Alexander Polcyn <apolcyn@google.com> | 2016-07-12 15:21:27 -0700 |
---|---|---|
committer | Alexander Polcyn <apolcyn@google.com> | 2016-07-12 15:21:27 -0700 |
commit | 3403565ca4f9b319261cd016a01919727ab29079 (patch) | |
tree | 3d359c7766a1d5aa12f5b72ff22290d8f8e44db7 /src/ruby/pb/test | |
parent | 81aab14ba654969b90b57825e18356f3bb08cf48 (diff) |
updated inner class comment
Diffstat (limited to 'src/ruby/pb/test')
-rwxr-xr-x | src/ruby/pb/test/client.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ruby/pb/test/client.rb b/src/ruby/pb/test/client.rb index 33f40c2b9d..6d1e735d26 100755 --- a/src/ruby/pb/test/client.rb +++ b/src/ruby/pb/test/client.rb @@ -233,8 +233,7 @@ class BlockingEnumerator end end -# Wraps a Queue to yield items to it. -# Intended to be used to wrap a call_op as well, and to adjust +# Intended to be used to wrap a call_op, and to adjust # the write flag of the call_op in between messages yielded to it. class WriteFlagSettingStreamingInputEnumerable attr_accessor :call_op |