Class: Utils::ProbeClient
Defined Under Namespace
Classes: EnvProxy
Instance Method Summary collapse
- #enqueue(args) ⇒ Object
- #env ⇒ Object
-
#initialize ⇒ ProbeClient
constructor
A new instance of ProbeClient.
Constructor Details
#initialize ⇒ ProbeClient
Returns a new instance of ProbeClient.
75 76 77 |
# File 'lib/utils/probe_server.rb', line 75 def initialize @server = UnixSocks::Server.new(socket_name: 'probe.sock', runtime_dir: Dir.pwd) end |