class EimXML::XHTML::Simple_

Public Class Methods

new(attributes={}) click to toggle source
Calls superclass method EimXML::Element::new
   # File lib/eim_xml/xhtml.rb
29 def initialize(attributes={})
30         super(self.class.name[/.*::(.*)/, 1].downcase.to_sym, attributes)
31 end