Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
self
/
root
/
proc
/
212
/
root
/
proc
/
self
/
root
/
opt
/
ruby-2.6
/
usr
/
lib
/
ruby
/
2.6.0
/
csv
/
core_ext
/
//proc/self/root/proc/212/root/proc/self/root/opt/ruby-2.6/usr/lib/ruby/2.6.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