# File lib/matrix.rb, line 1021 def init_elements(array, copy) if copy @elements = array.dup else @elements = array end end