SyntaxFix
Write A Post
Hire A Developer
Questions
Ruby have binary reading
data = IO.binread(path/filaname)
or if less than Ruby 1.9.2
data = IO.read(path/file)