Class: Montague::XMLExtractor::Base
- Inherits:
-
Object
- Object
- Montague::XMLExtractor::Base
- Defined in:
- lib/montague/xml_extractor/base.rb
Overview
Base XML extractor
Instance Method Summary collapse
-
#initialize(xml) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(xml) ⇒ Base
Returns a new instance of Base.
7 8 9 |
# File 'lib/montague/xml_extractor/base.rb', line 7 def initialize(xml) make_doc xml end |