Method: Libis::Tools::Spreadsheet#restart
- Defined in:
- lib/libis/tools/spreadsheet.rb
#restart ⇒ Object
Set the current_row pointer back to the start
108 109 110 |
# File 'lib/libis/tools/spreadsheet.rb', line 108 def restart @current_row = @ss.header_line end |