📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-30 10:10:36
📂
/ (Root)
/
opt
/
alt
/
ruby40
/
share
/
gems
/
gems
/
csv-3.3.5
/
lib
/
csv
📍 /opt/alt/ruby40/share/gems/gems/csv-3.3.5/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