Returns all the bytes from the file, or the first N if specified. See IO.binread.
N
IO.binread
26 27 28
# File 'lib/path/io.rb', line 26 def binread(*args) IO.binread(@path, *args) end