Top Level Namespace

Defined Under Namespace

Classes: Tracer

Constant Summary collapse

SCRIPT_LINES__ =
{}
DOZE =
Config::CONFIG['host_os'] =~ /mswin|mingw/
WINDOZE =
(ENV['OS'] == 'Windows_NT')

Instance Method Summary collapse

Instance Method Details

#xrayObject



8
9
10
11
12
13
# File 'lib/backtracer_pinger.rb', line 8

def xray
 # unfortunately xray is linux only I think...
 # it's not all that, anyway...
 require 'xray'
 proc { Process.kill "QUIT", Process.pid; '' }
end