Flowdock
block_yield(x) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/drb/invokemethod.rb, line 6
      def block_yield(x)
        if x.size == 1 && x[0].class == Array
          x[0] = DRbArray.new(x[0])
        end
        block_value = @block.call(*x)
      end
Register or log in to add new notes.