Flowdock
method

elements_to_r

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: Matrix
elements_to_r() 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 1446
  def elements_to_r
    warn "Matrix#elements_to_r is deprecated, use map(&:to_r)", uplevel: 1
    map(&:to_r)
  end
Register or log in to add new notes.