最速Rubyリファレンスマニュアル検索!
すべて(11)
2.1.0(1)
2.2.0(1)
2.3.0(1)
2.4.0(1)
2.5.0(1)
2.6.0(1)
2.7.0(1)
3.0(1)
3.1(1)
3.2(1)
3.3(1)
11件ヒット
[1-11件を表示]
(0.006秒)
トップページ
>
:
output
>
クラス:REXML::Attribute
別のキーワード
readline output=
prettyprint output
irb/output-method print
rake tty_output=
win32ole output?
ライブラリ
rexml
/
document
(11)
検索結果
先頭1件
REXML
::
Attribute
#
write(output
,
indent = -1) -> object
REXML
::
Attribute
#
write(output
,
indent = -1) -> object
(130.0)
2.1.0
2.2.0
2.3.0
2.4.0
2.5.0
2.6.0
2.7.0
3.0
3.1
3.2
3.3
インスタンスメソッド
output に self の情報を name='value' という形式で書き込みます。
...
output
に self の情報を name='value' という形式で書き込みます。
output
が返ります。
@param
output
書き込み先の IO オブジェクト
@param indent インデントレベル、ここでは無視される
...