AlkantarClanX12
Current Path : /opt/alt/ruby26/lib64/ruby/2.6.0/csv/core_ext/ |
Current File : //opt/alt/ruby26/lib64/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