# File lib/merb-core/config.rb, line 138
      def to_yaml
        require "yaml"
        @configuration.to_yaml
      end