Yields:
50 51 52 53 54
# File 'lib/reverse_markdown.rb', line 50 def self.config @config ||= Config.new yield @config if block_given? @config end