# File lib/yard/server/router.rb, line 159 def route_search(library, paths) return unless paths.empty? SearchCommand.new(final_options(library, paths)).call(request) end