209 210 211
# File 'lib/opencv-ffi-wrappers/core/mat.rb', line 209 def each( &blk ) each_with_indices { |v,i,j| blk.call( v ) } end