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