るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.244秒)
トップページ > クエリ:start_doc[x] > クエリ:start_document[x] > クラス:Psych::Handler[x]

別のキーワード

  1. _builtin new
  2. _builtin inspect
  3. _builtin []
  4. _builtin to_s
  5. _builtin each

ライブラリ

検索結果

Psych::Handler#start_document(version, tag_directives, implicit) -> () (24214.0)

YAML ドキュメントの始まりで呼び出されます。

...erlovemaking.com,2009:
--- !squee
start_document
に渡される引数は以下の通りです
version # => [1, 1]
tag_directives # => tenderlovemaking.com,2009:"
implicit # => false

以下の YAML に対しては
- x
- y
start_document
に渡される引数は以下の...