module Padrino::PathRouter

Provides an HTTP router for use in path routing.

Constants

InvalidRouteException

@see PathRouter::Router#path

Public Class Methods

new() click to toggle source

Constructs an instance of PathRouter::Router.

# File lib/padrino-core/path_router.rb, line 14
def self.new
  Router.new
end