るりまサーチ

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

別のキーワード

  1. _builtin rect
  2. matrix rect
  3. complex rect
  4. numeric rect

モジュール

検索結果

<< < 1 2 3 4 5 ... > >>

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

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

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

Gem::SourceIndex.installed_spec_directories -> [String] (6100.0)

gemspec ファイルがインストールされているディレクトリのリストを返します。

gemspec ファイルがインストールされているディレクトリのリストを返します。

@see Gem.#path

Gem::Version.correct?(version) -> 0 | nil (6100.0)

version が正しいバージョンであれば 0 を返します。そうでなければ nil を返します。

...0 を返します。そうでなければ nil を返します。

//emlist[][ruby]{
p Gem::Version.correct?("9.1") # => 0
p Gem::Version.correct?("incorrect") # => nil

p Gem::Version.correct?(nil) # => 0
//}

@param version バージョンを文字列か数値で指定します。...

Gem::Version.correct?(version) -> bool (6100.0)

version が正しいバージョンであれば true を返します。そうでなければ false を返します。

...返します。そうでなければ false を返します。

//emlist[][ruby]{
p Gem::Version.correct?("9.1") # => true
p Gem::Version.correct?("incorrect") # => false

p Gem::Version.correct?(nil) # => true
# nil versions are discouraged and will be deprecated in Rubygems 4
# versio...

Kernel#directory(dir) -> () (6100.0)

与えられたディレクトリを作成するタスクを定義します。

...与えられたディレクトリを作成するタスクを定義します。

@param dir 作成するディレクトリを指定します。

例:
directory 'testdata/doc'...

絞り込み条件を変える

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

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

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

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

Net::FTP::MLSxEntry#directory_makable? -> bool (6100.0)

ディレクトリを作成可能ならば true を返します。

ディレクトリを作成可能ならば true を返します。

Net::FTP#mkdir でディレクトリを作成可能かどうかを意味します。

Pathname#directory? -> bool (6100.0)

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

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


@see FileTest.#directory?...

Psych::Nodes::Document#tag_directives -> [[String, String]] (6100.0)

tag directive の配列を返します。

...tag directive の配列を返します。

@see Psych::Nodes::Document#tag_directives=,
Psych::Nodes::Document.new...

Psych::Nodes::Document#tag_directives=(tags) (6100.0)

tag directive の配列を設定します。

...tag directive の配列を設定します。

@param tags 設定する tag directive の配列
@see Psych::Nodes::Document#tag_directives,
Psych::Nodes::Document.new...

絞り込み条件を変える

Shell#directory?(file) -> bool (6100.0)

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

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

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

@see FileTest.#directory?...

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

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

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

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

@see FileTest.#directory?...
<< < 1 2 3 4 5 ... > >>