るりまサーチ (Ruby 2.2.0)

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

別のキーワード

  1. rexml/document new
  2. rexml/document clone
  3. rexml/document to_s
  4. rexml/document node_type

ライブラリ

検索結果

REXML::Attribute#write(output, indent = -1) -> object (78310.0)

output に self の情報を name='value' という形式で書き込みます。

output に self の情報を name='value' という形式で書き込みます。

output が返ります。

@param output 書き込み先の IO オブジェクト
@param indent インデントレベル、ここでは無視される