instance method Pathname#write

write(string, offset=nil, **opts) -> Integer[permalink][rdoc][edit]

IO.write(self.to_s, string, offset, **opts)と同じです。

[SEE_ALSO] IO.write