Sha256: 4efaf0d5a099e3c6e177b85146d037002781e9822c503fb3e09417d4872eac3d
Contents?: true
Size: 258 Bytes
Versions: 20
Compression:
Stored size: 258 Bytes
Contents
class File # Platform dependent null device. # # CREDIT: Daniel Burger def self.null case RUBY_PLATFORM when /mswin/i 'NUL' when /amiga/i 'NIL:' when /openvms/i 'NL:' else '/dev/null' end end end
Version data entries
20 entries across 19 versions & 2 rubygems