るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
23件ヒット [1-23件を表示] (0.035秒)
トップページ > クエリ:index[x] > バージョン:2.3.0[x] > クエリ:result[x]

別のキーワード

  1. matrix index
  2. matrix find_index
  3. _builtin find_index
  4. _builtin index
  5. matrix each_with_index

ライブラリ

クラス

モジュール

キーワード

検索結果

GC::Profiler.result -> String (54340.0)

GC のプロファイル情報をフォーマットし、文字列として返します。

GC のプロファイル情報をフォーマットし、文字列として返します。

プロファイル情報は、GC の発生ごとに集計します。
以下は、5 回 GC が発生した場合の実行例です。

$ ruby -e "GC::Profiler.enable; a = Array.new(100000){ 'aa' }; puts GC::Profiler.result"
GC 5 invokes.
Index Invoke Time(sec) Use Size(byte) Total Size(byte) Total Object ...

Win32::Registry::API.#EnumKey(hkey, index) (310.0)

@todo

@todo

Win32::Registry::API.#EnumValue(hkey, index) (310.0)

@todo

@todo

Win32::Registry::API.#check(result) (310.0)

@todo

@todo

GC::Profiler.report(out = $stdout) -> nil (85.0)

GC::Profiler.result の結果を out に出力します。

GC::Profiler.result の結果を out に出力します。

@param out 結果の出力先を指定します。デフォルトは $stdout です。

//emlist[例][ruby]{
GC::Profiler.enable
GC.start
GC::Profiler.report

# => GC 4 invokes.
# Index Invoke Time(sec) Use Size(byte) Total Size(byte) Total Object GC Time(ms)
# 1...

絞り込み条件を変える

Array#fetch(nth) -> object (55.0)

nth 番目の要素を返します。

nth 番目の要素を返します。

Array#[] (nth) とは nth 番目の要素が存在しない場合の振舞いが異
なります。最初の形式では、例外 IndexError が発生します。
二番目の形式では、引数 ifnone を返します。
三番目の形式では、ブロックを評価した結果を返します。

@param nth 取得したい要素のインデックスを整数で指定します。
整数以外のオブジェクトを指定した場合は to_int メソッドによる
暗黙の型変換を試みます。

@param ifnone 要素が存在しなかった場合に返すべき値を指定します。

@ra...

Array#fetch(nth) {|nth| ... } -> object (55.0)

nth 番目の要素を返します。

nth 番目の要素を返します。

Array#[] (nth) とは nth 番目の要素が存在しない場合の振舞いが異
なります。最初の形式では、例外 IndexError が発生します。
二番目の形式では、引数 ifnone を返します。
三番目の形式では、ブロックを評価した結果を返します。

@param nth 取得したい要素のインデックスを整数で指定します。
整数以外のオブジェクトを指定した場合は to_int メソッドによる
暗黙の型変換を試みます。

@param ifnone 要素が存在しなかった場合に返すべき値を指定します。

@ra...

Array#fetch(nth, ifnone) -> object (55.0)

nth 番目の要素を返します。

nth 番目の要素を返します。

Array#[] (nth) とは nth 番目の要素が存在しない場合の振舞いが異
なります。最初の形式では、例外 IndexError が発生します。
二番目の形式では、引数 ifnone を返します。
三番目の形式では、ブロックを評価した結果を返します。

@param nth 取得したい要素のインデックスを整数で指定します。
整数以外のオブジェクトを指定した場合は to_int メソッドによる
暗黙の型変換を試みます。

@param ifnone 要素が存在しなかった場合に返すべき値を指定します。

@ra...

xmlrpc (55.0)

XML-RPC を扱うためのライブラリです。

XML-RPC を扱うためのライブラリです。

このページは xmlrpc ライブラリのまとめのページであり、require 'xmlrpc' を実行しても
エラーになることに注意して下さい。

=== Author and Copyright

Copyright (C) 2001-2004 by Michael Neumann

Released under the same term of license as Ruby.

=== Overview

XMLRPC is a lightweight protocol that enables remote procedure calls...

NEWS for Ruby 2.3.0 (37.0)

NEWS for Ruby 2.3.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。

...NEWS for Ruby 2.3.0
このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。

それぞれのエントリーは参照情報があるため短いです。
十分な情報と共に書かれた全ての変更のリス...

絞り込み条件を変える

Win32::Registry::API.#CloseKey(hkey) (10.0)

@todo

@todo

Win32::Registry::API.#CreateKey(hkey, name, opt, desired) (10.0)

@todo

@todo

Win32::Registry::API.#DeleteKey(hkey, name) (10.0)

@todo

@todo

Win32::Registry::API.#DeleteValue(hkey, name) (10.0)

@todo

@todo

Win32::Registry::API.#FlushKey(hkey) (10.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::API.#OpenKey(hkey, name, opt, desired) (10.0)

@todo

@todo

Win32::Registry::API.#QueryInfoKey(hkey) (10.0)

@todo

@todo

Win32::Registry::API.#QueryValue(hkey, name) (10.0)

@todo

@todo

Win32::Registry::API.#SetValue(hkey, name, type, data, size) (10.0)

@todo

@todo

Win32::Registry::API.#packdw(dw) (10.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::API.#packqw(qw) (10.0)

@todo

@todo

Win32::Registry::API.#unpackdw(dw) (10.0)

@todo

@todo

Win32::Registry::API.#unpackqw(qw) (10.0)

@todo

@todo