[Source]
# File lib/eim_xml/xhtml.rb, line 29 29: def initialize(attributes={}) 30: super(self.class.name[/.*::(.*)/, 1].downcase.to_sym, attributes) 31: end
[Validate]