module Roda::RodaPlugins::HashRoutes::RequestMethods

def hash_routes(namespace=matched_path)

a matching remaining path or next segment in the remaining path, respectively.
Check for matches in both the hash_path and hash_branch namespaces for
def hash_routes(namespace=matched_path)
  hash_paths(namespace)
  hash_branches(namespace)
end