るりまサーチ

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

別のキーワード

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

クラス

キーワード

検索結果

<< 1 2 3 ... > >>

Gem::CommandManager#find_command_possibilities(command_name) -> Array (21401.0)

登録されているコマンドでマッチする可能性のあるものを返します。

...登録されているコマンドでマッチする可能性のあるものを返します。

@param command_name コマンド名を文字列で指定します。...

Resolv::DNS::Resource::HINFO#os -> String (21218.0)

ホストで使われる OS 名を返します。

...ホストで使われる OS 名を返します。...

Gem::Platform#os -> String (18218.0)

OS の種類を返します。

...
OS
の種類を返します。...

Matrix::EigenvalueDecomposition#eigenvector_matrix_inv -> Matrix (18201.0)

左固有ベクトルを縦に並べた行列を返します。

...左固有ベクトルを縦に並べた行列を返します。

これは Matrix::EigenvalueDecomposition#v の逆行列です...

Matrix::EigenvalueDecomposition#v_inv -> Matrix (15101.0)

左固有ベクトルを縦に並べた行列を返します。

...左固有ベクトルを縦に並べた行列を返します。

これは Matrix::EigenvalueDecomposition#v の逆行列です...

絞り込み条件を変える

Prime::EratosthenesGenerator#next -> Integer (15101.0)

次の(擬似)素数を返します。なお、この実装においては擬似素数は真に素数です。

...いては擬似素数は真に素数です。

また内部的な列挙位置を進めます。

//emlist[例][ruby]{
require 'prime'
generator = Prime::EratosthenesGenerator.new
p generator.next #=> 2
p generator.next #=> 3
p generator.succ #=> 5
p generator.succ #=> 7
p generator.next #=> 11
//}...

Net::IMAP::BodyTypeBasic#disposition -> Net::IMAP::ContentDisposition | nil (12401.0)

Content-Dispotition の値を返します。

...Content-Dispotition の値を返します。

N
et::IMAP::ContentDisposition オブジェクトを返します。

@see 1806, 2183...

Net::IMAP::BodyTypeMessage#disposition -> Net::IMAP::ContentDisposition | nil (12401.0)

Content-Dispotition の値を返します。

...Content-Dispotition の値を返します。

N
et::IMAP::ContentDisposition オブジェクトを返します。

@see 1806, 2183...

Net::IMAP::BodyTypeMultipart#disposition -> Net::IMAP::ContentDisposition | nil (12401.0)

Content-Dispotition の値を返します。

...Content-Dispotition の値を返します。

N
et::IMAP::ContentDisposition オブジェクトを返します。

@see 1806, 2183...

Net::IMAP::BodyTypeText#disposition -> Net::IMAP::ContentDisposition | nil (12401.0)

Content-Dispotition の値を返します。

...Content-Dispotition の値を返します。

N
et::IMAP::ContentDisposition オブジェクトを返します。

@see 1806, 2183...

絞り込み条件を変える

<< 1 2 3 ... > >>