class ActionDispatch::Routing::Endpoint

:nodoc:

def app; self; end

def app;           self;  end

def dispatcher?; false; end

:nodoc:
def dispatcher?;   false; end

def matches?(req); true; end

def matches?(req); true;  end

def redirect?; false; end

def redirect?;     false; end