Writes contents to self. See IO.write or IO#write.
contents
self
IO.write
47 48 49
# File 'lib/path/io.rb', line 47 def write(contents, *open_args) IO.write(@path, contents, *open_args) end