📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 16:55:24
📂
/ (Root)
/
opt
/
alt
/
ruby31
/
share
/
ruby
/
csv
📍 /opt/alt/ruby31/share/ruby/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