るりまサーチ

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

別のキーワード

  1. psych new
  2. psych any
  3. psych tag
  4. psych dump
  5. psych parse_stream

ライブラリ

キーワード

検索結果

<< < 1 2 >>

Psych::Nodes::Node#tag -> String | nil (11013.0)

ノードに付加されたタグを返します。

...ノードに付加されたタグを返します。

タグが付加されていない場合は nil を返します。

ast = Psych.parse(<<EOS)
---
- !!str a
- b
EOS

p ast.root.children[0].value # => "a"
p ast.root.children[0].tag # => "tag:yaml.org,2002:str"

p ast.root.ch...
<< < 1 2 >>