Class EimXML::XHTML::Simple_
In: lib/eim_xml/xhtml.rb
Parent: Base_

Methods

new  

Public Class methods

[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]