るりまサーチ (Ruby 3.4)

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

別のキーワード

  1. psych alias
  2. alias new
  3. alias anchor
  4. handler alias
  5. alias anchor=

ライブラリ

キーワード

検索結果

DRbUndumped (52.0)

Alias of DRb::DRbUndumped

Alias of DRb::DRbUndumped

JSON::Ext::Generator::GeneratorMethods::Array (52.0)

Alias of JSON::Generator::GeneratorMethods::Array

Alias of JSON::Generator::GeneratorMethods::Array

JSON::Ext::Generator::GeneratorMethods::FalseClass (52.0)

Alias of JSON::Generator::GeneratorMethods::FalseClass

Alias of JSON::Generator::GeneratorMethods::FalseClass

JSON::Ext::Generator::GeneratorMethods::Float (52.0)

Alias of JSON::Generator::GeneratorMethods::Float

Alias of JSON::Generator::GeneratorMethods::Float

JSON::Ext::Generator::GeneratorMethods::Hash (52.0)

Alias of JSON::Generator::GeneratorMethods::Hash

Alias of JSON::Generator::GeneratorMethods::Hash

絞り込み条件を変える

JSON::Ext::Generator::GeneratorMethods::Integer (52.0)

Alias of JSON::Generator::GeneratorMethods::Integer

Alias of JSON::Generator::GeneratorMethods::Integer

JSON::Ext::Generator::GeneratorMethods::NilClass (52.0)

Alias of JSON::Generator::GeneratorMethods::NilClass

Alias of JSON::Generator::GeneratorMethods::NilClass

JSON::Ext::Generator::GeneratorMethods::Object (52.0)

Alias of JSON::Generator::GeneratorMethods::Object

Alias of JSON::Generator::GeneratorMethods::Object

JSON::Ext::Generator::GeneratorMethods::String (52.0)

Alias of JSON::Generator::GeneratorMethods::String

Alias of JSON::Generator::GeneratorMethods::String

JSON::Ext::Generator::GeneratorMethods::String::Extend (52.0)

Alias of JSON::Generator::GeneratorMethods::String::Extend

Alias of JSON::Generator::GeneratorMethods::String::Extend

絞り込み条件を変える

JSON::Ext::Generator::GeneratorMethods::TrueClass (52.0)

Alias of JSON::Generator::GeneratorMethods::TrueClass

Alias of JSON::Generator::GeneratorMethods::TrueClass

Psych::Nodes (40.0)

Psych が中間データとして利用している AST (Abstract Syntax Tree) に 関するモジュール。

Psych が中間データとして利用している AST (Abstract Syntax Tree) に
関するモジュール。

Psych.load によって YAML ドキュメントを Ruby オブジェクトに変換
するときには、一度中間的な AST に変換され、その AST が Ruby の
オブジェクトに変換されます。

逆向き、つまり Psych.dump で Ruby のオブジェクトを
YAML ドキュメントに変換するときには、中間的な AST に変換してから
それを YAML ドキュメントに変換します。

YAML AST の各ノードのクラスはすべて Psych::Nodes の下にあり...