module Saxophone::LightWeightSaxMachine

Attributes

sax_config[W]

Public Instance Methods

inherited(subclass) click to toggle source
# File lib/saxophone/sax_configure.rb, line 29
def inherited(subclass)
  subclass.sax_config.send(:initialize_copy, self.sax_config)
end
sax_config() click to toggle source
# File lib/saxophone/sax_configure.rb, line 25
def sax_config
  @sax_config ||= SAXConfig.new
end