Method: YARD::Server::Router#route_list
- Defined in:
- lib/yard/server/router.rb
permalink #route_list(library, paths) ⇒ Array(Numeric,Hash,Array<String>)? (protected)
Routes requests from #list_prefix and calls the appropriate command
151 152 153 154 |
# File 'lib/yard/server/router.rb', line 151 def route_list(library, paths) return if paths.empty? ListCommand.new((library, paths)).call(request) end |