Method: Eg::ArithmeticFixture#do_rows

Defined in:
lib/eg/arithmetic_fixture.rb

#do_rows(rows) ⇒ Object



13
14
15
# File 'lib/eg/arithmetic_fixture.rb', line 13

def do_rows rows
  super(rows.more) # skip column heads
end