PHP 8.3.31
Preview: array.rb Size: 205 B
/proc/self/root/opt/alt/ruby32/share/ruby/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

Directory Contents

Dirs: 0 × Files: 2

Name Size Perms Modified Actions
205 B lrw-r--r-- 2026-04-07 14:12:51
Edit Download
204 B lrw-r--r-- 2026-04-07 14:12:51
Edit Download

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