Method: REXML::Attributes#to_a

Defined in:
lib/rexml/element.rb

#to_aObject



989
990
991
# File 'lib/rexml/element.rb', line 989

def to_a
  enum_for(:each_attribute).to_a
end