📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 12:05:35
📂
/ (Root)
/
opt
/
cpanel
/
ea-ruby27
/
root
/
usr
/
share
/
ruby
/
ruby-2.7.8
/
csv
/
core_ext
📍 /opt/cpanel/ea-ruby27/root/usr/share/ruby/ruby-2.7.8/csv/core_ext
🔄 Refresh
✏️
Editing: array.rb
Read Only
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
💾 Save Changes
❌ Cancel