Sha256: 29d295911985394a6201bcc2df86534377e8dd05b199be9b33e95b3db3f237c8
Contents?: true
Size: 260 Bytes
Versions: 7
Compression:
Stored size: 260 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
7 entries across 7 versions & 2 rubygems