るりまサーチ (Ruby 2.3.0)

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

別のキーワード

  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 (63307.0)

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

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

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

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

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

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

Pathname#directory? -> bool (63307.0)

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

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


@see FileTest.#directory?

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

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

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

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

@see FileTest.#directory?