class EimXML::XHTML::TEXT
Public Class Methods
new(opt={})
click to toggle source
Calls superclass method
EimXML::XHTML::INPUT::new
# File lib/eim_xml/xhtml.rb 130 def initialize(opt={}) 131 super(opt.merge(:type=>:text)) 132 end