We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceba333 commit 0abd9beCopy full SHA for 0abd9be
lib/protobuf/rpc/stat.rb
@@ -23,7 +23,7 @@ class Stat
23
::Protobuf::Socketrpc::ErrorReason::BAD_RESPONSE_PROTO => "BAD_RESPONSE_PROTO",
24
::Protobuf::Socketrpc::ErrorReason::UNKNOWN_HOST => "UNKNOWN_HOST",
25
::Protobuf::Socketrpc::ErrorReason::IO_ERROR => "IO_ERROR",
26
- }
+ }.freeze
27
28
def initialize(mode = :SERVER)
29
@mode = mode
0 commit comments