module Documentation
Constants
- DEFAULT_CONFIGURATION
Sets the default configuration
- VERSION
Public Class Methods
config()
click to toggle source
Return configuration options
# File lib/documentation/config.rb, line 27 def self.config @config ||= OpenStruct.new(DEFAULT_CONFIGURATION) end