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, line 29 def initialize(attributes={}) super(self.class.name[/.*::(.*)/, 1].downcase.to_sym, attributes) end