%PDF- %PDF-
| Direktori : /proc/self/root/proc/thread-self/root/opt/plesk/ruby/3.1.4/lib64/ruby/3.1.0/csv/core_ext/ |
| Current File : //proc/self/root/proc/thread-self/root/opt/plesk/ruby/3.1.4/lib64/ruby/3.1.0/csv/core_ext/string.rb |
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