module Qeweney::RoutingMethods

def leave_route(depth = 1)

def leave_route(depth = 1)
  @path_parts_idx -= depth
end