るりまサーチ (Ruby 2.4.0)

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

別のキーワード

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

クラス

検索結果

Psych::Nodes::Stream.new(encoding = Psych::Nodes::Stream::UTF8) -> Psych::Nodes::Stream (9721.0)

Psych::Nodes::Stream オブジェクトを生成して返します。

...
Psych
::Nodes::Stream オブジェクトを生成して返します。

encoding には stream に使われるエンコーディングを指定します。
以下のいずれかを指定します。
* Psych::Nodes::Node::UTF8
* Psych::Nodes::Node::UTF16BE
* Psych::Nodes::Node::UTF16LE

@param...