116 117 118
# File 'lib/configdsl.rb', line 116 def lazy!(*args, &block) LazyValue.new(block, args) end