From: "ko1 (Koichi Sasada)" Date: 2013-08-09T19:35:10+09:00 Subject: [ruby-core:56477] [ruby-trunk - Feature #8725] Possibility to get a signal handler without changing it Issue #8725 has been updated by ko1 (Koichi Sasada). Category set to core Assignee set to ko1 (Koichi Sasada) Target version set to current: 2.1.0 Do you have an idea of interface? ---------------------------------------- Feature #8725: Possibility to get a signal handler without changing it https://bugs.ruby-lang.org/issues/8725#change-41025 Author: bdimych (Dmitry Bolshakov) Status: Open Priority: Normal Assignee: ko1 (Koichi Sasada) Category: core Target version: current: 2.1.0 in Perl $xxxHandler = $SIG{XXX} in Ruby it could be xxxHandler = trap 'XXX' -- http://bugs.ruby-lang.org/