Class: RGhost::Grid::Matrix

Inherits:
Base
  • Object
show all
Defined in:
lib/rghost/grid/matrix.rb

Overview

Implements data method for Grid::Base. You can consult the examples at Grid::Base.

Instance Method Summary collapse

Instance Method Details

#data(_data) ⇒ Object



4
5
6
7
# File 'lib/rghost/grid/matrix.rb', line 4

def data(_data)
  _data.each{|d| proc_line(d) }

end