method
to_a
v2_6_3 -
Show latest stable
- Class:
REXML::Attributes
to_a()public
No documentation available.
# File lib/rexml/element.rb, line 1014
def to_a
enum_for(:each_attribute).to_a
end to_a()No documentation available.
# File lib/rexml/element.rb, line 1014
def to_a
enum_for(:each_attribute).to_a
end