diff options
| author | Jared Breeden <[email protected]> | 2015-04-17 15:39:11 -0400 |
|---|---|---|
| committer | Jared Breeden <[email protected]> | 2015-04-17 15:39:11 -0400 |
| commit | 36343cf098e2621696a9ae4ad35e7104f5f6383e (patch) | |
| tree | 5aa45619f4d473613f488154b29df6467ed6064c /mrblib | |
| parent | c0738a74c6e16194723dd2f9ab8032b9f0976414 (diff) | |
| download | mruby-36343cf098e2621696a9ae4ad35e7104f5f6383e.tar.gz mruby-36343cf098e2621696a9ae4ad35e7104f5f6383e.zip | |
Correct File::NULL for Windows
Diffstat (limited to 'mrblib')
| -rw-r--r-- | mrblib/file_constants.rb | 2 |
1 files changed, 0 insertions, 2 deletions
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 |
