るりまサーチ (Ruby 3.3)

最速Rubyリファレンスマニュアル検索!
105件ヒット [101-105件を表示] (0.134秒)

ライブラリ

キーワード

検索結果

<< < 1 2 >>

Pathname#world_writable? -> bool (7.0)

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

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


@see FileTest.#world_writable?

Pathname#writable? -> bool (7.0)

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

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


@see FileTest.#writable?

Pathname#writable_real? -> bool (7.0)

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

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


@see FileTest.#writable_real?

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

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

@see IO.write

Pathname#zero? -> bool (7.0)

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

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


@see FileTest.#zero?
, Pathname#empty?...

絞り込み条件を変える

<< < 1 2 >>