Method: Documentation.config

Defined in:
lib/documentation/config.rb

.configObject

Return configuration options



27
28
29
# File 'lib/documentation/config.rb', line 27

def self.config
  @config ||= OpenStruct.new(DEFAULT_CONFIGURATION)
end