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