📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 16:14:17
📂
/ (Root)
/
opt
/
alt
/
ruby34
/
share
/
gems
/
gems
/
csv-3.3.2
/
lib
/
csv
📍 /opt/alt/ruby34/share/gems/gems/csv-3.3.2/lib/csv
🔄 Refresh
✏️
Editing: input_record_separator.rb
Read Only
require "English" require "stringio" class CSV module InputRecordSeparator class << self if RUBY_VERSION >= "3.0.0" def value "\n" end else def value $INPUT_RECORD_SEPARATOR end end end end end
💾 Save Changes
❌ Cancel