るりまサーチ

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

別のキーワード

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

クラス

検索結果

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

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

...ださい。


@
param version バージョン
@
param tag_directives tag directive の配列
@
param implicit ドキュメントが implicit に始まっているかどうか

=== 例

以下の YAML に対しては
%YAML 1.1
%TAG ! tag:tenderlovemaking.com,2009:
--- !squee
start_doc
ument に渡...
...version # => [1, 1]
tag_directives # => tenderlovemaking.com,2009:"
implicit # => false

以下の YAML に対しては
- x
- y
start_doc
ument に渡される引数は以下の通りです。
version # => []
tag_directives # => []
implicit # => true...