Flowdock
method

coerce_to_int

Importance_0
coerce_to_int(obj) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/matrix.rb, line 1412
    def self.coerce_to_int(obj)
      coerce_to(obj, Integer, :to_int)
    end
Register or log in to add new notes.