るりまサーチ

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

別のキーワード

  1. etc sc_xopen_enh_i18n
  2. rsa n=
  3. openssl n
  4. rsa n
  5. pop n_bytes

検索結果

Gem::Package::TarReader::Entry#directory? -> bool (21102.0)

自身がディレクトリであれば、真を返します。 そうでない場合は、偽を返します。

自身がディレクトリであれば、真を返します。
そうでない場合は、偽を返します。

Net::FTP::MLSxEntry#directory? -> bool (21102.0)

エントリがディレクトリであれば true を返します。

...エントリがディレクトリであれば true を返します。

N
et::FTP::MLSxEntry#type が "dir"、 "pdir"、 "cdir"、
のいずれかであれば true を返します。...

Pathname#directory? -> bool (21102.0)

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

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


@see FileTest.#directory?...

Shell::CommandProcessor#directory?(file) -> bool (21101.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

...FileTest モジュールにある同名のクラスメソッドと同じです.

@param file ファイル名を表す文字列か IO オブジェクトを指定します。

@see FileTest.#directory?...