Yields:
42 43 44 45
# File 'lib/money/money.rb', line 42 def configure self.config ||= Config.new yield(config) if block_given? end