22 23 24
# File 'lib/burden/config.rb', line 22 def config @config ||= Config.new end
Yields:
26 27 28
# File 'lib/burden/config.rb', line 26 def configure yield config if block_given? end