るりまサーチ

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

別のキーワード

  1. smtp start
  2. net/smtp start
  3. pop start
  4. http start
  5. net/http start

ライブラリ

クラス

検索結果

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

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

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

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