Method: REXML::Attributes#each
- Defined in:
- lib/rexml/element.rb
#each ⇒ Object
1025 1026 1027 1028 1029 |
# File 'lib/rexml/element.rb', line 1025 def each each_attribute do |attr| yield [attr., attr.value] end end |
1025 1026 1027 1028 1029 |
# File 'lib/rexml/element.rb', line 1025 def each each_attribute do |attr| yield [attr., attr.value] end end |