るりまサーチ (Ruby 2.7.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.028秒)
トップページ > ライブラリ:psych[x] > 種類:特異メソッド[x] > バージョン:2.7.0[x] > クエリ:document[x] > クエリ:tag_directives[x]

別のキーワード

  1. psych tag
  2. psych tag=
  3. psych yaml_tag
  4. document tag_directives=

クラス

検索結果

Psych::Nodes::Document.new(version=[], tag_directives=[], implicit=false) -> Psych::Nodes::Document (9754.0)

Document オブジェクトを生成します。

...YAML 1.1 のドキュメントで、
tag directive を1つ持ち、 implicit にドキュメントが開始
している Document オブジェクトを生成しています。

Psych
::Nodes::Document.new(
[1,1],
tenderlovemaking.com,2009:",
true)

@see Psych::Handler#start_document...