module FlexibleConfig
Constants
- UnsafeConversion
- VERSION
Public Instance Methods
use(config_key = '') { |builder config_key| ... }
click to toggle source
# File lib/flexible-config.rb, line 7 def use(config_key = '', &block) yield Builder.new config_key end