class EimXML::XHTML::FILE
Public Class Methods
new(opt={})
click to toggle source
Calls superclass method
EimXML::XHTML::INPUT.new
# File lib/eim_xml/xhtml.rb, line 142 def initialize(opt={}) super(opt.merge(:type=>:file)) end