Sha256: 34d61edf74c5e98fbcc9e6b1eda3174152c66eeb215451219ea0acffa6e3b832

Contents?: true

Size: 204 Bytes

Versions: 23

Compression:

Stored size: 204 Bytes

Contents

class String # :nodoc:
  # Equivalent to CSV::parse_line(self, options)
  #
  #   "CSV,data".parse_csv
  #     #=> ["CSV", "data"]
  def parse_csv(**options)
    CSV.parse_line(self, **options)
  end
end

Version data entries

23 entries across 23 versions & 4 rubygems

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