method
elements_to_i
v2_5_5 -
Show latest stable
- Class:
Matrix
elements_to_i()public
No documentation available.
# File lib/matrix.rb, line 1441
def elements_to_i
warn "Matrix#elements_to_i is deprecated, use map(&:to_i)", uplevel: 1
map(&:to_i)
end