method
coerce_to_int
ruby latest stable - Class:
Matrix::CoercionHelper
coerce_to_int(obj)public
No documentation available.
# File lib/matrix.rb, line 1540
def self.coerce_to_int(obj)
coerce_to(obj, Integer, :to_int)
end coerce_to_int(obj)No documentation available.
# File lib/matrix.rb, line 1540
def self.coerce_to_int(obj)
coerce_to(obj, Integer, :to_int)
end