method

coerce_to_int

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