るりまサーチ (Ruby 2.5.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.042秒)
トップページ > クエリ:IO[x] > バージョン:2.5.0[x] > クエリ:tr[x] > クエリ:write[x] > クラス:Pathname[x]

別のキーワード

  1. io popen
  2. io pipe
  3. io each_line
  4. io readlines
  5. io each

ライブラリ

検索結果

Pathname#write(string, offset=nil, **opts) -> Integer (54679.0)

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

@see IO.write

Pathname#binwrite(string, offset=nil) -> Integer (18670.0)

IO.binwrite(self.to_s, *args)と同じです。

IO.binwrite(self.to_s, *args)と同じです。


@see IO.binwrite