# File lib/merb-core/config.rb, line 121 def fetch(key, default) @configuration.fetch(key, default) end