class Protobuf::Rpc::Env
Public Class Methods
new(options = {})
click to toggle source
# File lib/protobuf/rpc/env.rb, line 53 def initialize(options = {}) merge!(options) self['worker_id'] = ::Thread.current.object_id.to_s(16) end