# File lib/merb-core/dispatch/router/behavior.rb, line 554
      def merged_params
        if parent.nil?
          @params
        else
          parent.merged_params.merge(@params)
        end
      end