Method: Eg::ColumnIndex#do_rows

Defined in:
lib/eg/column_index.rb

#do_rows(rows) ⇒ Object



11
12
13
14
# File 'lib/eg/column_index.rb', line 11

def do_rows rows
  @rows = rows
  super
end