method
coerce_to_matrix
v2_5_5 -
Show 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