Method: XSD::XML#initialize
- Defined in:
- lib/xsd/xml.rb
#initialize(**options) ⇒ XML
Returns a new instance of XML.
74 75 76 77 78 |
# File 'lib/xsd/xml.rb', line 74 def initialize(**) = @object_cache = {} @schemas = [] end |
Returns a new instance of XML.
74 75 76 77 78 |
# File 'lib/xsd/xml.rb', line 74 def initialize(**) = @object_cache = {} @schemas = [] end |