Method: YARD::Server::Commands::ListCommand#run
- Defined in:
- lib/yard/server/commands/list_command.rb
permalink #run ⇒ Object
11 12 13 14 15 |
# File 'lib/yard/server/commands/list_command.rb', line 11 def run .update(:items => items, :template => :doc_server, :list_type => request.path.split('/').last, :type => :full_list) render end |