# File lib/slave.rb, line 269 def cling &b on_cut{ begin; b.call if b; ensure; Kernel.exit; end }.join end