📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-26 21:59:57
📂
/ (Root)
/
opt
/
alt
/
ruby30
/
share
/
ruby
/
csv
/
core_ext
📍 /opt/alt/ruby30/share/ruby/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