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