combine(*matrices, &block)
No documentation available.
# File lib/matrix.rb, line 276 def combine(*matrices, &block) Matrix.combine(self, *matrices, &block) end