Method: Updoc::Config::ClassMethods#updoc
- Defined in:
- lib/updoc/config.rb
#updoc ⇒ Object
11 12 13 14 15 16 |
# File 'lib/updoc/config.rb', line 11 def updoc @updoc ||= FeatureConfig.new( self.to_s.underscore, OpenStruct.new ) end |