るりまサーチ

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

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. matrix t
  4. t61string new
  5. fiddle type_size_t

ライブラリ

クラス

モジュール

オブジェクト

キーワード

検索結果

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

CGI::QueryExtension#gateway_interface -> String (15300.0)

ENV['GATEWAY_INTERFACE'] を返します。

...ENV['GATEWAY_INTERFACE'] を返します。...

Gem::Package::TarInput#metadata -> Gem::Specification (15300.0)

メタデータを返します。

メタデータを返します。

Shell::SystemCommand#terminate -> () (15300.0)

@todo

...@todo...

IRB::ContextExtender.def_extend_command(cmd_name, load_file, *aliases) -> object (15200.0)

IRB::Context に cmd_name で指定したメソッドが実行できるように拡張 します。

...IRB::Context に cmd_name で指定したメソッドが実行できるように拡張
します。

@param cmd_name メソッド名を Symbol で指定します。
IRB::Context クラスのインスタンスメソッドとして定
義してある必要がありま...

IRB::ContextExtender.install_extend_commands -> object (15200.0)

定義済みの拡張を読み込みます。

...::Context で以下のメソッドが利用できるようになります。

* eval_history=
* use_tracer=
* math_mode=
* use_loader=
* save_history=

irb/extend-command が require された時にライブラリ内部で自動的
に実行されます。

@see IRB::ContextExtender.def_extend_...

絞り込み条件を変える

Gem::StreamUI#terminate_interaction(status = 0) -> () (12400.0)

アプリケーションを終了します。

...アプリケーションを終了します。

@param status 終了ステータスを指定します。デフォルトは 0 (成功) です。

@raise Gem::SystemExitException このメソッドを呼び出すと必ず発生する例外です。...

Module#protected_instance_methods(inherited_too = true) -> [Symbol] (12400.0)

そのモジュールで定義されている protected メソッド名 の一覧を配列で返します。

...そのモジュールで定義されている protected メソッド名
の一覧を配列で返します。

@param inherited_too false を指定するとそのモジュールで定義されているメソッドのみ返します。


@see Object#protected_methods, Module#instance_methods...

Encoding::UndefinedConversionError#destination_encoding -> Encoding (12300.0)

エラーを発生させた変換の変換先のエンコーディングを Encoding オブジェクトで返します。

エラーを発生させた変換の変換先のエンコーディングを Encoding
オブジェクトで返します。

@see Encoding::UndefinedConversionError#source_encoding

Encoding::UndefinedConversionError#destination_encoding_name -> String (12300.0)

エラーを発生させた変換の変換先のエンコーディングを文字列で返します。

...エラーを発生させた変換の変換先のエンコーディングを文字列で返します。

@see Encoding::UndefinedConversionError#destination_encoding...

Enumerable#partition -> Enumerator (12300.0)

各要素を、ブロックの条件を満たす要素と満たさない要素に分割します。 各要素に対してブロックを評価して、その値が真であった要素の配列と、 偽であった要素の配列の 2 つを配列に入れて返します。

...要素の配列と、
偽であった要素の配列の 2 つを配列に入れて返します。

ブロックを省略した場合は Enumerator を返します。

//emlist[例][ruby]{
[10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0].partition {|i| i % 3 == 0 }
#=> [[9, 6, 3, 0], [10, 8, 7, 5, 4, 2, 1]]
//}...

絞り込み条件を変える

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