class ActionDispatch::Routing::Endpoint
:nodoc:
def app; self; end
def app; self; end
def dispatcher?; false; end
def dispatcher?; false; end
def matches?(req); true; end
def matches?(req); true; end
def redirect?; false; end
def redirect?; false; end