whoami7 - Manager
:
/
opt
/
alt
/
ruby34
/
share
/
gems
/
gems
/
csv-3.3.2
/
lib
/
csv
/
Upload File:
files >> //opt/alt/ruby34/share/gems/gems/csv-3.3.2/lib/csv/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
Copyright ©2021 || Defacer Indonesia