るりまサーチ (Ruby 2.4.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.021秒)
トップページ > ライブラリ:psych[x] > バージョン:2.4.0[x] > クエリ:psych[x] > クエリ:any[x] > クラス:Psych::Nodes::Sequence[x]

別のキーワード

  1. psych new
  2. psych tag
  3. psych anchor
  4. psych dump

種類

キーワード

検索結果

Psych::Nodes::Sequence::ANY -> Integer (51367.0)

「任意」のスタイルを意味します。

...「任意」のスタイルを意味します。

emitter が適当に style を決めます。

@see Psych::Nodes::Sequence.new,
Psych::Nodes::Sequence
#style,
Psych
::Handler#start_sequence...

Psych::Nodes::Sequence.new(anchor=nil, tag=nil, implicit=true, style=BLOCK) -> Psych::Nodes::Sequence (33385.0)

新たな sequence オブジェクトを生成します。

...ュメント上の style を整数で指定します。以下のいずれ
かを指定できます。
* Psych::Nodes::Sequence::ANY
* Psych::Nodes::Sequence::BLOCK
* Psych::Nodes::Sequence::FLOW

@param anchor sequence に付加された anchor
@param tag sequence に付加された tag
@param...