module ClassMethods
Extend the class methods.
Definitions
def config
Get the configuration.
Signature
-
returns
Config
The configuration.
Implementation
def config
@config ||= Config.new
end