# File lib/faster_csv.rb, line 243 def delete_if( &block ) @row.delete_if(&block) self # for chaining end