class ActionDispatch::Routing::RoutesInspector

def initialize(routes)

:nodoc:
People should not use this class.
executes `bin/rails routes` or looks at the RoutingError page.
This class is just used for displaying route information when someone
#
def initialize(routes)
  @engines = {}
  @routes = routes
end