るりまサーチ

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

別のキーワード

  1. _builtin hash
  2. hash []
  3. matrix hash
  4. dbm to_hash
  5. _builtin to_hash

検索結果

<< 1 2 3 ... > >>

GC.stat(result_hash = {}) -> {Symbol => Integer} (18243.0)

GC 内部の統計情報を Hash で返します。

...GC 内部の統計情報を Hash で返します。

@param result_hash 戻り値のためのハッシュを指定します。省略した場合は新
しくハッシュを作成します。result_hash の内容は上書き
されます。


@param key 得ら...
...い場合にキーを
Symbol で指定します。

@return GC 内部の統計情報をHash で返します。
引数 key を指定した場合は数値を返します。

GC.stat
# =>
{
:count=>2,
:heap_used=>9,
:heap_length=>11,
:heap_increment=>2,
:hea...
...い場合にキーを
Symbol で指定します。

@return GC 内部の統計情報をHash で返します。
引数 key を指定した場合は数値を返します。

GC.stat
# =>
{
:count=>0,
:heap_allocated_pages=>24,
:heap_sorted_length=>24,
:hea...

GC.stat(key) -> Numeric (18143.0)

GC 内部の統計情報を Hash で返します。

...GC 内部の統計情報を Hash で返します。

@param result_hash 戻り値のためのハッシュを指定します。省略した場合は新
しくハッシュを作成します。result_hash の内容は上書き
されます。


@param key 得ら...
...い場合にキーを
Symbol で指定します。

@return GC 内部の統計情報をHash で返します。
引数 key を指定した場合は数値を返します。

GC.stat
# =>
{
:count=>2,
:heap_used=>9,
:heap_length=>11,
:heap_increment=>2,
:hea...
...い場合にキーを
Symbol で指定します。

@return GC 内部の統計情報をHash で返します。
引数 key を指定した場合は数値を返します。

GC.stat
# =>
{
:count=>0,
:heap_allocated_pages=>24,
:heap_sorted_length=>24,
:hea...

JSON::State.from_state(options) -> JSON::State (9206.0)

与えられた options によって生成した JSON::State のインスタンスを返します。

...JSON::State のインスタンスを返します。

@param options JSON::State のインスタンスか、ハッシュを指定します。

@return options がハッシュである場合は、それによって初期化した JSON::State を
返します。options が JSON::State のイ...
...いない JSON::State の
インスタンスを返します。

//emlist[例 Hash を指定][ruby]{
require "json"

json_state = JSON::State.from_state(indent: "\t")
json_state.class # => JSON::Ext::Generator::State
json_state.indent # => "\t"
//}

//emlist[例 JSON::State を指定][ruby]{...
...require "json"

json_state = JSON::State.from_state(indent: "\t")
# JSON を出力する何らかの処理を実行する
copy = JSON::State.from_state(json_state)
copy.class # => JSON::Ext::Generator::State
copy.indent # => "\t"
//}...

static VALUE rb_f_hash(VALUE obj, VALUE arg) (6216.0)

Kernel.#Hash の実体です。

...Kernel.#Hash の実体です。...

static void stat_col(void) (6216.0)

ハッシュの衝突に関する統計を /tmp/col に出力する。 #ifdef HASH_LOG のときだけ定義される、開発者用関数。

...ハッシュの衝突に関する統計を /tmp/col に出力する。
#ifdef HASH_LOG のときだけ定義される、開発者用関数。...

絞り込み条件を変える

JSON::State#to_hash -> Hash (6203.0)

自身をハッシュに変換します。

...自身をハッシュに変換します。

//emlist[例][ruby]{
require "json"
require "pp"

json_state = JSON::State.new
pp json_state.to_h

# => {:indent=>"",
# :space=>"",
# :space_before=>"",
# :object_nl=>"",
# :array_nl=>"",
# :allow_nan=>false,
# :ascii_only=>false,...

CGI::HTTP_STATUS -> Hash (6201.0)

HTTP のステータスコードを表すハッシュです。

HTTP のステータスコードを表すハッシュです。

static int mark_hashentry(VALUE key, VALUE value) (6200.0)

static int numhash(long n) (6200.0)

int用のハッシュ関数。 n に対するハッシュ値を計算する。

int用のハッシュ関数。
n に対するハッシュ値を計算する。

static int strhash(register char *string) (6200.0)

文字列用のハッシュ関数。 string に対するハッシュ値を計算する。

文字列用のハッシュ関数。
string に対するハッシュ値を計算する。

絞り込み条件を変える

<< 1 2 3 ... > >>