Sha256: a68d5cb6012fcbfbee031e6df52cb562232cacbddf8ea71d85ca26b6f49d6e59
Contents?: true
Size: 358 Bytes
Versions: 16
Compression:
Stored size: 358 Bytes
Contents
module File::Constants platform = RUBY_PLATFORM platform = RbConfig::CONFIG['host_os'] if platform == 'java' NULL = case platform when /mswin|mingw/i 'NUL' when /amiga/i 'NIL:' when /openvms/i 'NL:' else '/dev/null' end unless const_defined?(:NULL) end
Version data entries
16 entries across 16 versions & 2 rubygems