Module: MetaModel::Config::Mixin

Overview

Provides support for accessing the configuration instance in other scopes.

Singleton collapse

Instance Method Details

#configObject

[View source]

145
146
147
# File 'lib/metamodel/config.rb', line 145

def config
  Config.instance
end