# File lib/faster_csv.rb, line 236 def push(*args) args.each { |arg| self << arg } self # for chaining end