method

elements_to_i

v1_9_2_180 - Show latest stable - Class: Matrix
elements_to_i()
public

No documentation available.

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