Sha256: 7386a7a86a770c2b763a16ccefa51464a2a653d3a9ce4ea33072f53ed6b71fdc
Contents?: true
Size: 394 Bytes
Versions: 73
Compression:
Stored size: 394 Bytes
Contents
unless File.const_defined? :NULL 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 end end
Version data entries
73 entries across 73 versions & 5 rubygems