📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 22:06:00
📂
/
/
opt
/
alt
/
ruby30
/
share
/
ruby
/
csv
/
core_ext
✏️
Editing: array.rb
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