Bug #8301 » attributes_to_a.patch
| lib/rexml/element.rb | ||
|---|---|---|
|
end
|
||
|
def to_a
|
||
|
values.flatten
|
||
|
enum_for(:each_attribute).to_a
|
||
|
end
|
||
|
# Returns the number of attributes the owning Element contains.
|
||
- « Previous
- 1
- 2
- Next »