最速Rubyリファレンスマニュアル検索!
すべて(12)
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)
3.4(1)
12件ヒット
[1-12件を表示]
(0.121秒)
トップページ
>
:
t
>
:
Ruby
>
:
インスタンスメソッド
>
:
require
>
:
attribute
>
:to_a
別のキーワード
kernel require
getoptlong require_order
irb/ext/use-loader irb_require
rubygems/custom_require require
kernel require_relative
ライブラリ
rexml
/
document
(12)
クラス
REXML
::
Attributes
(12)
検索結果
先頭1件
REXML
::
Attributes
#
to
_
a -> [Attribute]
REXML
::
Attributes
#
to
_
a -> [Attribute]
(27321.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
3.4
インスタンスメソッド
属性の配列を返します。
...
属性の配列を返します。
//emlis
t
[][
ruby
]{
require
'rexml/documen
t
'
doc = REXML::Documen
t
.new("<a x='1' y='2' z='3' />")
doc.roo
t
.
attribute
s.
to_a
# => [x='1', y='2', z='3']
//}
...
REXML::Attributes