るりまサーチ

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

別のキーワード

  1. open3 popen2e
  2. socket af_e164
  3. matrix det_e
  4. matrix rank_e
  5. open3 capture2e

種類

ライブラリ

クラス

検索結果

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

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

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

e
mitter が適当に 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 (9477.0)

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

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

anchor には sequence に付加されている anchor を文字列で指定します。
anchor を付けない場合には nil を指定します。

tag には sequence に付加されている tag を文字列で指定します。
tag...
...は nil を指定します。

i
mplicit には sequence implicit に開始されたかどうかを
真偽値で指定します。

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

@param anchor sequence に付加された anchor
@param tag sequence に付加された tag
@param implicit sequence implicit に開始されたかどうか
@param style YAML ドキュメント上の style...