Writes contents to self. See IO.binwrite.
contents
self
IO.binwrite
58 59 60
# File 'lib/path/io.rb', line 58 def binwrite(contents, *open_args) IO.binwrite(@path, contents, *open_args) end