るりまサーチ

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

別のキーワード

  1. net/imap param
  2. win32ole win32ole_param
  3. win32ole_param new
  4. win32ole_param to_s
  5. win32ole_param name

検索結果

<< < 1 2 3 > >>

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

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

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

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

@see FileTest.#directory?...

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

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

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

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

@see FileTest.#directory?...

Shell::Filter#directory?(file) -> bool (6106.0)

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

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

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

@see FileTest.#directory?...

WEBrick::HTTPStatus.#redirect?(code) -> bool (6106.0)

指定された整数が表すステータスコードが 3XX である場合に true を返します。そうでない場合に false を返します。

...指定された整数が表すステータスコードが 3XX である場合に
true を返します。そうでない場合に false を返します。

@param code HTTP のステータスコードを表す整数か文字列を指定します。...

Gem::Ext::ConfigureBuilder.build(extension, directory, dest_path, results) -> Array (124.0)

@todo

...igure スクリプトを実行して
Makefile を作成してから make を実行します。

@param extension このメソッドでは使用しません。

@param directory

@param dest_path

@param results コマンドの実行結果を格納します。破壊的に変更されます。

@see...

絞り込み条件を変える

Gem::Ext::ExtConfBuilder.build(extension, directory, dest_path, results) -> Array (124.0)

@todo

...実行して
Makefile を作成してから make を実行します。

@param extension ファイル名を指定します。

@param directory このメソッドでは使用していません。

@param dest_path ???

@param results コマンドの実行結果を格納します。破壊的に変更...

Gem::Ext::RakeBuilder.build(extension, directory, dest_path, results) -> Array (124.0)

@todo

...る場合は、それを実行してから Rake を実行します。

@param extension ファイル名を指定します。

@param directory このメソッドでは使用していません。

@param dest_path ???

@param results コマンドの実行結果を格納します。破壊的に変更...

Psych::Handler#start_document(version, tag_directives, implicit) -> () (118.0)

YAML ドキュメントの始まりで呼び出されます。

...バージョンが
[major, minor] という配列で渡されます。宣言がない場合は空の配列が渡されます。

tag_directives には tag directive の配列が渡されます。
それぞれの tag は [prefix, suffix] という配列で表現されます。

implicit にはドキ...
...真偽値で渡されます。

必要に応じてこのメソッドを override してください。


@param version バージョン
@param tag_directives tag directive の配列
@param implicit ドキュメントが implicit に始まっているかどうか

=== 例

以下の YAML に対し...
...version # => [1, 1]
tag_directives # => tenderlovemaking.com,2009:"
implicit # => false

以下の YAML に対しては
- x
- y
start_document に渡される引数は以下の通りです。
version # => []
tag_directives # => []
implicit # => true...

Psych::Nodes::Document.new(version=[], tag_directives=[], implicit=false) -> Psych::Nodes::Document (118.0)

Document オブジェクトを生成します。

...

tag_directives には tag directive の配列を指定します。
それぞれの tag は [prefix, suffix] という文字列の配列で
表現します。

implicit にはドキュメントが implicit に始まっているかどうかを
真偽値で指定します。

@param version YAML...
...ドキュメントのバージョン
@param tag_directives tag directive の配列
@param implicit ドキュメントが implicit に始まっているかどうか

=== 例
以下の例では、YAML 1.1 のドキュメントで、
tag directive を1つ持ち、 implicit にドキュメントが開...

Gem::Installer#unpack(directory) (106.0)

与えられたディレクトリに Gem を展開します。

...与えられたディレクトリに Gem を展開します。

@param directory Gem を展開するディレクトリを指定します。...

絞り込み条件を変える

Pathname#children(with_directory = true) -> [Pathname] (106.0)

self 配下にあるパス名(Pathnameオブジェクト)の配列を返します。

...f 配下にあるパス名(Pathnameオブジェクト)の配列を返します。

ただし、 ".", ".." は要素に含まれません。

@param with_directory 偽を指定するとファイル名のみ返します。デフォルトは真です。

@raise Errno::EXXX self が存在しないパス...
<< < 1 2 3 > >>