るりまサーチ

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

別のキーワード

  1. bigdecimal/util to_d
  2. float to_d
  3. rsa d
  4. rsa d=
  5. matrix d

キーワード

検索結果

<< 1 2 3 ... > >>

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

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

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

Matrix::EigenvalueDecomposition#d -> Matrix (21102.0)

固有値を対角成分に並べた行列を返します。

固有値を対角成分に並べた行列を返します。

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

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

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

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

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

Content-Dispotition の値を返します。

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

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

@see 1806, 2183...

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

Content-Dispotition の値を返します。

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

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

@see 1806, 2183...

絞り込み条件を変える

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

Content-Dispotition の値を返します。

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

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

@see 1806, 2183...

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

Content-Dispotition の値を返します。

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

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

@see 1806, 2183...

Zlib::GzipFile#os_code -> Integer (12218.0)

gzip ファイルのヘッダーに記録されている OS コード番号を返します。

...gzip ファイルのヘッダーに記録されている OS コード番号を返します。...

ARGF.class#closed? -> bool (12201.0)

現在開いている処理対象のファイルがARGFがcloseされていればtrueを返します。

...対象のファイルがARGFがcloseされていればtrueを返します。

例:
# $ echo "foo" > foo
# $ echo "bar" > bar
# $ ruby argf.rb foo bar

ARGF.filename # => "foo"
ARGF.close
# 複数のファイルを開いているので1度のARGF.closeではまた全てのファイルを...
...閉じていないのでfalseになる
ARGF.closed? # => false
ARGF.filename # => "bar"
ARGF.close
# 2つのファイルを開いていたので2度目のARGF.closeで全てのファイルを閉じたためtrueになる
ARGF.closed? # => true

@see IO#closed?, ARGF.class#close...
<< 1 2 3 ... > >>