# File lib/swiftcore/Analogger.rb, line 27 def safe_trap(siglist, &operation) (Signal.list.keys & siglist).each {|sig| trap(sig, &operation)} end