Module: Constance
- Defined in:
- lib/constance/config.rb,
lib/constance/version.rb,
lib/constance/resolver.rb
Defined Under Namespace
Classes: Resolver
Constant Summary collapse
- OPTIONS =
[ :caller_search_mapping, :debug, :verbose, :proc ]
- VERSION =
'1.1.0'
Class Method Summary collapse
Class Method Details
.configure(&blk) ⇒ Object
11 |
# File 'lib/constance/config.rb', line 11 def configure(&blk); class_eval(&blk); end |