るりまサーチ

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

別のキーワード

  1. _builtin -
  2. open-uri open
  3. irb/input-method gets
  4. irb/input-method new
  5. matrix -

ライブラリ

クラス

検索結果

Psych::Handler#start_sequence(anchor, tag, implicit, style) -> () (18250.0)

sequence の開始を見付けたときに呼び出されます。

...

@param anchor 関連付けられた anchor の名前
@param tag タグ名
@param implicit sequence が implicit に開始されかどうか
@param style sequence のスタイル

=== Example

以下の YAML ドキュメントを例として考えます。

-
--
-
!!seq [
a
]
-
&pewpe...
...この YAML ドキュメントには3つの list が含まれています。
外側の list の中に 2 つの list が含まれています。
start_sequence
メソッドは 順に以下の引数で呼び出されます。

# anchor tag implicit style
[nil, nil,...