module Tennpipes::PathRouter
Provides an HTTP router for use in path routing.
Constants
- InvalidRouteException
Public Class Methods
new()
click to toggle source
Constructs an instance of PathRouter::Router
.
# File lib/tennpipes-base/path_router.rb, line 14 def self.new Router.new end