Module: SAXMachine::LightWeightSaxMachine
- Defined in:
- lib/sax-machine/sax_configure.rb
Instance Attribute Summary collapse
Instance Method Summary collapse
Instance Attribute Details
#sax_config ⇒ Object
25 26 27 |
# File 'lib/sax-machine/sax_configure.rb', line 25 def sax_config @sax_config ||= SAXConfig.new end |
Instance Method Details
#inherited(subclass) ⇒ Object
29 30 31 |
# File 'lib/sax-machine/sax_configure.rb', line 29 def inherited(subclass) subclass.sax_config.send(:initialize_copy, self.sax_config) end |