Method: YARD::Server::Router#search_prefix
- Defined in:
- lib/yard/server/router.rb
permalink #search_prefix ⇒ String
Returns the URI prefix for all search requests.
70 |
# File 'lib/yard/server/router.rb', line 70 def search_prefix; 'search' end |