Method: CDoc::InitializeConfigParser#new
- Defined in:
- lib/cdoc.rb
#new(*args) ⇒ Object
:nodoc:
252 253 254 255 256 257 |
# File 'lib/cdoc.rb', line 252 def new(*args) parser = super parser.extend ConfigParser #parser.config_mode = 'config_accessor' parser end |