るりまサーチ (Ruby 2.4.0)

最速Rubyリファレンスマニュアル検索!
4件ヒット [1-4件を表示] (0.087秒)
トップページ > バージョン:2.4.0[x] > クエリ:E[x] > クエリ:SET[x] > ライブラリ:pathname[x]

別のキーワード

  1. open3 popen2e
  2. socket af_e164
  3. matrix det_e
  4. matrix rank_e
  5. open3 capture2e

クラス

キーワード

検索結果

Pathname#setgid? -> bool (36607.0)

FileTest.setgid?(self.to_s) と同じです。

FileTest.setgid?(self.to_s) と同じです。


@see FileTest.#setgid?

Pathname#setuid? -> bool (36607.0)

FileTest.setuid?(self.to_s) と同じです。

FileTest.setuid?(self.to_s) と同じです。


@see FileTest.#setuid?

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

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

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


@see IO.binwrite

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

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

@see IO.write