PHP 8.3.31
Preview: input_record_separator.rb Size: 277 B
/proc/self/root/opt/alt/ruby33/share/ruby/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

Directory Contents

Dirs: 1 × Files: 7

Name Size Perms Modified Actions
core_ext DIR
- drwxr-xr-x 2026-04-30 06:35:30
Edit Download
2.56 KB lrw-r--r-- 2026-04-07 13:52:15
Edit Download
277 B lrw-r--r-- 2026-04-07 13:52:15
Edit Download
36.64 KB lrw-r--r-- 2026-04-07 13:52:15
Edit Download
24.19 KB lrw-r--r-- 2026-04-07 13:52:15
Edit Download
37.27 KB lrw-r--r-- 2026-04-07 13:52:15
Edit Download
107 B lrw-r--r-- 2026-04-07 13:52:15
Edit Download
5.87 KB lrw-r--r-- 2026-04-07 13:52:15
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).