Method: Documentation.config
- Defined in:
- lib/documentation/config.rb
.config ⇒ Object
Return configuration options
27 28 29 |
# File 'lib/documentation/config.rb', line 27 def self.config @config ||= OpenStruct.new(DEFAULT_CONFIGURATION) end |