module Configurations

Configurations provides a unified approach to do configurations with the flexibility to do everything from arbitrary configurations to type asserted configurations for your gem or any other ruby code. @version 2.0.0 @author Beat Richartz

Constants

ConfigurationError

A configuration Error, raised when configuration gets misconfigured

ReservedMethodError

A reserved method error, raised when configurable is used with reserved methods

VERSION

Version number of Configurations