Top Level Namespace
Defined Under Namespace
Constant Summary collapse
- SCRIPT_LINES__ =
{}
- DOZE =
Config::CONFIG['host_os'] =~ /mswin|mingw/
- WINDOZE =
Config::CONFIG['host_os'] =~ /mswin|mingw/
Instance Method Summary collapse
Instance Method Details
#xray ⇒ Object
8 9 10 11 |
# File 'lib/backtracer_pinger.rb', line 8 def xray require 'xray' proc { Process.kill "QUIT", Process.pid; '' } end |