PHP 8.3.31
Preview: array.rb Size: 195 B
/proc/thread-self/root/opt/alt/ruby40/share/gems/gems/csv-3.3.5/lib/csv/core_ext/array.rb

class Array
  # 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

Directory Contents

Dirs: 0 × Files: 2

Name Size Perms Modified Actions
195 B lrw-r--r-- 2026-05-21 12:15:23
Edit Download
194 B lrw-r--r-- 2026-05-21 12:15:23
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).