From 36343cf098e2621696a9ae4ad35e7104f5f6383e Mon Sep 17 00:00:00 2001 From: Jared Breeden Date: Fri, 17 Apr 2015 15:39:11 -0400 Subject: Correct File::NULL for Windows --- mrblib/file_constants.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'mrblib') diff --git a/mrblib/file_constants.rb b/mrblib/file_constants.rb index c2552bf56..a68ee2598 100644 --- a/mrblib/file_constants.rb +++ b/mrblib/file_constants.rb @@ -1,7 +1,5 @@ class File module Constants - NULL = "/dev/null" - RDONLY = 0 WRONLY = 1 RDWR = 2 -- cgit v1.2.3