# File lib/mab/mixin.rb, line 25
      def _block
        return @_block unless block_given?
        current = @_block
        @_block = proc { yield current }
      end