るりまサーチ

最速Rubyリファレンスマニュアル検索!
44件ヒット [1-44件を表示] (0.050秒)
トップページ > クエリ:-[x] > クエリ:Set[x] > クラス:Pathname[x]

別のキーワード

  1. _builtin -
  2. open-uri open
  3. irb/input-method new
  4. irb/input-method gets
  5. matrix -

ライブラリ

キーワード

検索結果

Pathname#setgid? -> bool (6201.0)

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

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


@see FileTest.#setgid?...

Pathname#setuid? -> bool (6201.0)

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

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


@see FileTest.#setuid?...

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

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

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


@see IO.binwrite

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

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

@see IO.write...