るりまサーチ (Ruby 2.4.0)

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

別のキーワード

  1. objspace count_nodes
  2. psych nodes
  3. objectspace count_nodes
  4. psych psych::nodes
  5. psych psych::nodes::alias

クラス

検索結果

Psych::Nodes::Document#tag_directives -> [[String, String]] (63367.0)

tag directive の配列を返します。

...tag directive の配列を返します。

@see Psych::Nodes::Document#tag_directives=,
Psych
::Nodes::Document.new...

Psych::Nodes::Document#tag_directives=(tags) (27367.0)

tag directive の配列を設定します。

...tag directive の配列を設定します。

@param tags 設定する tag directive の配列
@see Psych::Nodes::Document#tag_directives,
Psych
::Nodes::Document.new...