Method: REXML::Attributes#initialize
- Defined in:
- lib/rexml/element.rb
#initialize(element) ⇒ Attributes
Constructor
- element
-
the Element of which this is an Attribute
968 969 970 |
# File 'lib/rexml/element.rb', line 968 def initialize element @element = element end |