class Rails::Command::RoutesCommand

def inspector

def inspector
  ActionDispatch::Routing::RoutesInspector.new(Rails.application.routes.routes)
end