Defines the functionality of self as an Enumerable.
231 232 233
# File 'lib/linalg.rb', line 231 def each @x.each{ |c| yield c} end