whoami7 - Manager
:
/
opt
/
alt
/
ruby30
/
share
/
ruby
/
csv
/
core_ext
/
Upload File:
files >> //opt/alt/ruby30/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
Copyright ©2021 || Defacer Indonesia