Module: Ole::IOMode::Constants

Includes:
File::Constants
Included in:
Ole::IOMode
Defined in:
lib/ole/support.rb

Overview

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

Constant Summary collapse

BINARY =
0x4