Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_9_3_392) is shown here.
remove_siginfo_handler()
public
Removes a siginfo handler and replaces the previous
# File lib/rdoc/generator/ri.rb, line 77
def remove_siginfo_handler
return unless Signal.list.key? 'INFO'
handler = @old_siginfo || 'DEFAULT'
trap 'INFO', handler
end