EimXML::XHTML::Base_
# File lib/eim_xml/xhtml.rb, line 35 def initialize(name={}, attributes={}) if name.is_a?(Hash) super(self.class.name[/.*::(.*)/, 1].downcase.to_sym, name) else super(name, attributes) end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.