るりまサーチ

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

別のキーワード

  1. _builtin filetest
  2. filetest size
  3. filetest pipe?
  4. filetest file?
  5. filetest size?

ライブラリ

クラス

キーワード

検索結果

<< < ... 2 3 4 5 6 ... > >>

Pathname#size? -> bool (23.0)

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

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


@see FileTest.#size?...

Pathname#socket? -> bool (23.0)

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

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


@see FileTest.#socket?...

Pathname#sticky? -> bool (23.0)

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

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


@see FileTest.#sticky?...

Pathname#symlink? -> bool (23.0)

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

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


@see FileTest.#symlink?...

Pathname#world_readable? -> bool (23.0)

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

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


@see FileTest.#world_readable?...

絞り込み条件を変える

Pathname#world_writable? -> bool (23.0)

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

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


@see FileTest.#world_writable?...

Pathname#writable? -> bool (23.0)

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

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


@see FileTest.#writable?...

Pathname#writable_real? -> bool (23.0)

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

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


@see FileTest.#writable_real?...

Pathname#zero? -> bool (23.0)

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

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


@see FileTest.#zero?
, Pathname#empty?...
<< < ... 2 3 4 5 6 ... > >>