Sha256: cc3e148f10f9b41679c66315dc58c3766ce2f23d4ba6b14c0509e7a7adf86780

Contents?: true

Size: 205 Bytes

Versions: 25

Compression:

Stored size: 205 Bytes

Contents

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

Version data entries

25 entries across 24 versions & 5 rubygems

Version Path
trusty-cms-7.0.9.1 vendor/bundle/ruby/3.1.0/gems/csv-3.3.0/lib/csv/core_ext/array.rb
trusty-cms-7.0.9.1 vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/lib/csv/core_ext/array.rb
fluent-plugin-nuopenlineage-light-0.1.0 vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/lib/csv/core_ext/array.rb
fluent-plugin-openlineage-light-0.1.4 vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/lib/csv/core_ext/array.rb
fluent-plugin-openlineage-light-0.1.3 vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/lib/csv/core_ext/array.rb
fluent-plugin-openlineage-0.1.0 vendor/bundle/ruby/3.3.0/gems/csv-3.3.0/lib/csv/core_ext/array.rb
csv-3.3.0 lib/csv/core_ext/array.rb
csv-3.2.9 lib/csv/core_ext/array.rb
csv-3.2.8 lib/csv/core_ext/array.rb
csv-3.2.7 lib/csv/core_ext/array.rb
csv-3.2.6 lib/csv/core_ext/array.rb
csv-3.2.5 lib/csv/core_ext/array.rb
csv-3.2.4 lib/csv/core_ext/array.rb
csv-3.2.3 lib/csv/core_ext/array.rb
csv-3.2.2 lib/csv/core_ext/array.rb
csv-3.2.1 lib/csv/core_ext/array.rb
csv-3.2.0 lib/csv/core_ext/array.rb
csv-3.1.9 lib/csv/core_ext/array.rb
csv-3.1.8 lib/csv/core_ext/array.rb
csv-3.1.7 lib/csv/core_ext/array.rb