Returns a new instance of Enhancer.
Yields:
5 6 7 8 9
# File 'lib/enhance/enhancer.rb', line 5 def initialize app = nil @app = app @config = Enhance::Config.new yield @config if block_given? end