9 10 11
# File 'lib/lamby/config.rb', line 9 def reconfigure config.reconfigure { |c| yield(c) if block_given? } end