File Manager

Current Path : /proc/thread-self/root/lib/ruby/3.0.0/csv/core_ext/
Upload File :
Current File : //proc/thread-self/root/lib/ruby/3.0.0/csv/core_ext/array.rb

class Array # :nodoc:
  # Equivalent to CSV::generate_line(self, options)
  #
  #   ["CSV", "data"].to_csv
  #     #=> "CSV,data\n"
  def to_csv(**options)
    CSV.generate_line(self, **options)
  end
end

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com