# File lib/yard/server/router.rb, line 151 def route_list(library, paths) return if paths.empty? ListCommand.new(final_options(library, paths)).call(request) end