Class: XmlEasy

Inherits:
Object
  • Object
show all
Defined in:
lib/xml_easy.rb

Defined Under Namespace

Classes: Document, EasyListener, Element, ElementList, NilElement

Constant Summary collapse

VERSION =
'0.0.2'

Class Method Summary collapse

Class Method Details

.read(filename = nil) ⇒ Object



26
27
28
# File 'lib/xml_easy.rb', line 26

def self.read(filename=nil)
  Document.new filename
end