Iterates the elements of a vector
77 78 79 80
# File 'lib/extendmatrix.rb', line 77 def each (0...size).each {|i| yield(self[i])} nil end