Module | IO::Mode::Constants |
In: |
lib/ole/support.rb
|
ruby 1.9 defines binary as 0, which isn‘t very helpful. its 4 in rubinius. no longer using
BINARY = 0x4 unless defined?(BINARY)
for that reason, have my own constants module here
BINARY | = | 0x4 |