CSV Parsing - Shifting Multiple Rows

Hello, I'm using FasterCSV to parse a CSV, but I need to shift down and start at row 6... Using @parsed_file.shift(6) tells me its the wrong number of arguments. I can't seem to find proper documentation on this... Can somebody help me out?

Thank you!!! - Jeff