# File lib/action_dispatch/routing/mapper.rb, line 1062
        def shallow
          scope(:shallow => true) do
            yield
          end
        end