method

elements_to_i

ruby latest stable - Class: Vector
elements_to_i()
public

No documentation available.

# File lib/matrix.rb, line 2104
  def elements_to_i
    warn "Vector#elements_to_i is deprecated", uplevel: 1
    map(&:to_i)
  end