method

coerce_to_matrix

ruby latest stable - Class: Matrix::CoercionHelper
coerce_to_matrix(obj)
public

No documentation available.

# File lib/matrix.rb, line 1544
    def self.coerce_to_matrix(obj)
      coerce_to(obj, Matrix, :to_matrix)
    end