📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 01:07:00
📂
/
/
opt
/
alt
/
ruby40
/
share
/
gems
/
gems
/
csv-3.3.5
/
lib
/
csv
✏️
Editing: input_record_separator.rb
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