Class: Matrix

Inherits:
Object
  • Object
show all
Defined in:
lib/monkeys.rb

Instance Method Summary collapse

Instance Method Details

#each_column(&block) ⇒ Object



2
3
4
# File 'lib/monkeys.rb', line 2

def each_column(&block)
  self.column_vectors.each(&block)
end