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