# File lib/backports/1.9.2/stdlib/matrix.rb, line 1608 def each(&block) return to_enum(:each) unless block_given? @elements.each(&block) self end