# File lib/backports/1.9.2/stdlib/matrix.rb, line 1318 def elements_to_i warn "#{caller(1)[0]}: warning: Matrix#elements_to_i is deprecated, use map(&:to_i)" map(&:to_i) end